Merge remote-tracking branch 'tim/master'
This commit is contained in:
commit
cfda8dd6ac
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ cd ${WORKDIR}
|
|||
if [ x${WARNMSG} = "x" ]; then
|
||||
: > "fragments.concat"
|
||||
else
|
||||
echo -e "$WARNMSG" > "fragments.concat"
|
||||
printf '%s\n' "$WARNMSG" > "fragments.concat"
|
||||
fi
|
||||
|
||||
# find all the files in the fragments directory, sort them numerically and concat to fragments.concat in the working dir
|
||||
|
|
Loading…
Reference in a new issue