mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
Fix breakage by recent collation change.
LC_ALL has to be exported.
This commit is contained in:
parent
70aca315ac
commit
f1f871e17d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291414
@ -3,7 +3,7 @@
|
||||
# This file is in the public domain.
|
||||
|
||||
set -o errexit
|
||||
LC_ALL=C
|
||||
export LC_ALL=C
|
||||
|
||||
ident='$FreeBSD$'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user