]> git.donarmstrong.com Git - spamassassin_config.git/commitdiff
fix the failure message in update_spamassassin
authorDon Armstrong <don@debian.org>
Mon, 12 Nov 2007 05:20:35 +0000 (05:20 +0000)
committerDon Armstrong <don@debian.org>
Mon, 12 Nov 2007 05:20:35 +0000 (05:20 +0000)
git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@94 0b7a5b0c-1f2c-0410-bd74-c376f8064c91

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;