Fix breakage by recent collation change.

LC_ALL has to be exported.
This commit is contained in:
ume 2015-11-28 00:41:37 +00:00
parent c453686f35
commit 8c4f802e38

View File

@ -3,7 +3,7 @@
# This file is in the public domain.
set -o errexit
LC_ALL=C
export LC_ALL=C
ident='$FreeBSD$'