Merge pull request #78 from Paulche/stable_sort

Replace LANG => LC_COLLATE in concatfragments.sh
This commit is contained in:
Joshua Hoblitt 2013-10-24 14:42:07 -07:00
commit b3438848c3

View file

@ -121,7 +121,7 @@ fi
IFS_BACKUP=$IFS IFS_BACKUP=$IFS
IFS=' IFS='
' '
for fragfile in `find fragments/ -type f -follow | LANG=C sort ${SORTARG}` for fragfile in `find fragments/ -type f -follow | LC_ALL=C sort ${SORTARG}`
do do
cat $fragfile >> "fragments.concat" cat $fragfile >> "fragments.concat"
done done