Merge pull request #5 from TimBaldoni/master

updated to better support dash
This commit is contained in:
R.I.Pienaar 2011-06-23 15:20:24 -07:00
commit 103504b310

View file

@ -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