From: Chris Koeritz Date: Sun, 12 Feb 2012 18:44:59 +0000 (-0500) Subject: cleaned up some logging. X-Git-Tag: 2.140.90~1619 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=139b64e4ba2deb42344bcdebd98e1dfb64f78260;p=feisty_meow.git cleaned up some logging. --- diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index 15e986ef..76f759cc 100644 --- a/scripts/rev_control/getme.sh +++ b/scripts/rev_control/getme.sh @@ -47,7 +47,9 @@ function checkout_list { # add in the directory for our purposes here. j="$i/$j" if [ ! -d $j ]; then - echo no directory called $j exists + if [ ! -z "$SHELL_DEBUG" ]; then + echo "No directory called $j exists." + fi continue fi