Fix breakage by recent collation change.

LC_ALL has to be exported.
This commit is contained in:
Hajimu UMEMOTO 2015-11-28 00:41:37 +00:00
parent 70aca315ac
commit f1f871e17d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=291414

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$'