Update concatfragments.sh ... fix broken behavior introduced in 3d60c9ef61

This commit is contained in:
plantigrade 2013-08-09 15:08:56 +02:00
parent 0046fe45f8
commit 3728ba33d4

View file

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