X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fclam%2Fbadness_catcher.sh;h=f25746f16f2462a64ff66d4d044ce9c1f7c94bbb;hb=b12c3b52026c780dd2270bb5a68e950088a2c83c;hp=e9b19f29023548ab52d93f2f33a4995a1d22f516;hpb=7694650f42a2ceb801896662dbd531097fc11758;p=feisty_meow.git diff --git a/scripts/clam/badness_catcher.sh b/scripts/clam/badness_catcher.sh index e9b19f29..f25746f1 100755 --- a/scripts/clam/badness_catcher.sh +++ b/scripts/clam/badness_catcher.sh @@ -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.