From 11ce2b1ce79fb3fde1e9b1a5b2388e4fcd3cac4b Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 12 Nov 2007 05:20:35 +0000 Subject: [PATCH] fix the failure message in update_spamassassin git-svn-id: svn+ssh://svn.debian.org/svn/pkg-listmaster/trunk/spamassassin_config@94 0b7a5b0c-1f2c-0410-bd74-c376f8064c91 --- update_spamassassin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2