aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-19 00:55:03 +0000
committerMichael Scherer <misc@mageia.org>2010-11-19 00:55:03 +0000
commitda13e45252f947ff3444e93070ccd2465e4fa993 (patch)
treee2724990dbabd2c2b34b93856f0125d1735716f2 /modules
parent53ca74a49bf1cade813c09bfd40b3416a828de21 (diff)
downloadpuppet-da13e45252f947ff3444e93070ccd2465e4fa993.tar
puppet-da13e45252f947ff3444e93070ccd2465e4fa993.tar.gz
puppet-da13e45252f947ff3444e93070ccd2465e4fa993.tar.bz2
puppet-da13e45252f947ff3444e93070ccd2465e4fa993.tar.xz
puppet-da13e45252f947ff3444e93070ccd2465e4fa993.zip
- fix the check script
Diffstat (limited to 'modules')
-rw-r--r--modules/subversion/templates/syntax_check.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/templates/syntax_check.sh b/modules/subversion/templates/syntax_check.sh
index 2fe1671c..74d7bf4a 100644
--- a/modules/subversion/templates/syntax_check.sh
+++ b/modules/subversion/templates/syntax_check.sh
@@ -5,7 +5,7 @@ TXN="$2"
changed=`svnlook changed -t "$TXN" "$REPOS"`
files=`echo $changed | awk '{print $2}'`
-if echo $files | grep <%= regexp_ext %>
+if echo $files | grep "<%= regexp_ext %>"
then
svnlook cat -t "$TXN" "$REPOS" "$files" | <%= check_cmd %>
if [ $? -ne 0 ]