Merge pull request #78 from Paulche/stable_sort
Replace LANG => LC_COLLATE in concatfragments.sh
This commit is contained in:
commit
b3438848c3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue