X-Git-Url: https://git.donarmstrong.com/?p=spamassassin_config.git;a=blobdiff_plain;f=update_spamassassin;h=59ab92e4d858f1a2f623b05993dbac6454259a7a;hp=3b25d6ae0470092ddfba31c5b985004d084b765f;hb=11ce2b1ce79fb3fde1e9b1a5b2388e4fcd3cac4b;hpb=86668f97d485012630c4028ca4440cb470e0ca33 diff --git a/update_spamassassin b/update_spamassassin index 3b25d6a..59ab92e 100755 --- a/update_spamassassin +++ b/update_spamassassin @@ -69,7 +69,7 @@ cp -ar $SACONFIG $TMPDIR/. cd $TMPDIR/spamassassin_config; svn update -q --non-interactive; if svn status |grep -q '^C'; then - FAILUREMESSAGE="$(echo -e 'The following conflicts were found\n')" + FAILUREMESSAGE=$'The following conflicts were found\n\n' FAILUREMESSAGE="$FAILUREMESSAGE$(svn status|grep ^C)"; report_failure fi;