normalized perms on all files, to avoid relying on any stored executable bits in...
[feisty_meow.git] / scripts / clam / badness_catcher.sh
old mode 100755 (executable)
new mode 100644 (file)
index e9b19f2..f25746f
@@ -1,7 +1,9 @@
 #!/bin/bash
 # badness_catcher: runs the command line passed in and catches error conditions.
 
-#echo args are: $*
+if [ ! -z "$NOISY" ]; then
+  echo $*
+fi
 eval "$@"
 
 # get exit status.