Fix breakage by recent collation change.
LC_ALL has to be exported.
This commit is contained in:
parent
c453686f35
commit
8c4f802e38
@ -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