diff options
author | Michael Scherer <misc@mageia.org> | 2011-02-12 10:58:54 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-02-12 10:58:54 +0000 |
commit | 3711997cbd4f3c7b3317d161dfba0872de81d7bb (patch) | |
tree | 18cf99e29b0b8d205f05a55aaa72f59f322a882b /modules/subversion/templates/syntax_check.sh | |
parent | 1acb3c5533d1b8cfc8e38d20288b4dd12439b1a0 (diff) | |
download | puppet-3711997cbd4f3c7b3317d161dfba0872de81d7bb.tar puppet-3711997cbd4f3c7b3317d161dfba0872de81d7bb.tar.gz puppet-3711997cbd4f3c7b3317d161dfba0872de81d7bb.tar.bz2 puppet-3711997cbd4f3c7b3317d161dfba0872de81d7bb.tar.xz puppet-3711997cbd4f3c7b3317d161dfba0872de81d7bb.zip |
- fix output of the check script
Diffstat (limited to 'modules/subversion/templates/syntax_check.sh')
-rw-r--r-- | modules/subversion/templates/syntax_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |