Merge pull request #46 from andir/warnmsg_fix

Allow WARNMSG to contain/start with '#'
This commit is contained in:
Ashley Penney 2013-08-07 16:08:56 -07:00
commit 82de49bcd0

View file

@ -105,7 +105,7 @@ fi
cd ${WORKDIR}
if [ x${WARNMSG} = "x" ]; then
if [ "x${WARNMSG}" = "x" ]; then
: > "fragments.concat"
else
printf '%s\n' "$WARNMSG" > "fragments.concat"