- Add LC_ALL=C environment variable to sort for ecj build

This commit is contained in:
Ben Konrath 2006-10-31 20:03:20 +00:00
parent 72919d3feb
commit 3d89c72828
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ popd
# 1a. Build ecj with gcj -C
pushd ecj-bootstrap-tmp
for f in `find -name '*.java' | cut -c 3- | sort`; do
for f in `find -name '*.java' | cut -c 3- | LC_ALL=C sort`; do
gcj -Wno-deprecated -C $f
done
find -name '*.class' -or -name '*.properties' -or -name '*.rsc' |\