From 3711997cbd4f3c7b3317d161dfba0872de81d7bb Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sat, 12 Feb 2011 10:58:54 +0000 Subject: - fix output of the check script --- modules/subversion/templates/syntax_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/subversion/templates/syntax_check.sh b/modules/subversion/templates/syntax_check.sh index 35562af0..3960cdab 100644 --- a/modules/subversion/templates/syntax_check.sh +++ b/modules/subversion/templates/syntax_check.sh @@ -12,7 +12,7 @@ then if [ $? -ne 0 ] then echo "Syntax error in $files." 1>&2 - echo "Check it with <%= check_cmd %>" + echo "Check it with <%= check_cmd %>" 1>&2 exit 1 fi fi -- cgit v1.2.1