Merge pull request #5 from TimBaldoni/master
updated to better support dash
This commit is contained in:
commit
103504b310
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