diff options
author | Nicolas Vigier <boklm@mageia.org> | 2010-12-21 19:36:10 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2010-12-21 19:36:10 +0000 |
commit | f03f0faaa7b240c1f8748223c783f142ae91588d (patch) | |
tree | 7a992a973b1c3153fb0cb6cc91dbfa285ed971ee /modules/subversion/templates/no_binary | |
parent | a3082b0aa13b26952e9db674af8f62555615fccf (diff) | |
download | puppet-f03f0faaa7b240c1f8748223c783f142ae91588d.tar puppet-f03f0faaa7b240c1f8748223c783f142ae91588d.tar.gz puppet-f03f0faaa7b240c1f8748223c783f142ae91588d.tar.bz2 puppet-f03f0faaa7b240c1f8748223c783f142ae91588d.tar.xz puppet-f03f0faaa7b240c1f8748223c783f142ae91588d.zip |
print the error on stderr so the user can see it
Diffstat (limited to 'modules/subversion/templates/no_binary')
-rw-r--r-- | modules/subversion/templates/no_binary | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/subversion/templates/no_binary b/modules/subversion/templates/no_binary index 5787eae7..a7f2eb94 100644 --- a/modules/subversion/templates/no_binary +++ b/modules/subversion/templates/no_binary @@ -8,7 +8,7 @@ TXN="$2" # here to avoid simple mistakes if svnlook changed -t "$TXN" "$REP" | grep -qi '\.\(gz\|bz2\|xz\|lzma\|Z\|7z\|tar\|tgz\|zip\|jpg\|gif\|png\|ogg\|mp3\|wav\|rar\|pdf\)$' then - echo 'no binary files allowed on this repository' + echo 'no binary files allowed on this repository' >&2 exit 1 fi |