]> git.donarmstrong.com Git - spamassassin_config.git/blobdiff - update_spamassassin
fix the failure message in update_spamassassin
[spamassassin_config.git] / update_spamassassin
index 3b25d6ae0470092ddfba31c5b985004d084b765f..59ab92e4d858f1a2f623b05993dbac6454259a7a 100755 (executable)
@@ -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;