From 139b64e4ba2deb42344bcdebd98e1dfb64f78260 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 12 Feb 2012 13:44:59 -0500 Subject: [PATCH] cleaned up some logging. --- scripts/rev_control/getme.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.34.1