Update concatfragments.sh ... fix broken behavior introduced in 3d60c9ef61
This commit is contained in:
parent
0046fe45f8
commit
3728ba33d4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue