X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fgetme.sh;h=a5b244c046d7c1b80ce848cf3af56a52e3ed727d;hb=068a293d75c9b3bfe11489d062a7d20a6be9ddaa;hp=15e986ef106a18a1e5eeff60e2f6b24834370ace;hpb=c535e51109ee8fffd00128d8037e8de36ef12fb7;p=feisty_meow.git diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index 15e986ef..a5b244c0 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 @@ -69,7 +71,7 @@ rm -f "$TMPO_CHK" if [ "$OS" != "Windows_NT" ]; then checkout_list $HOME 2>&1 | tee -a "$TMPO_CHK" else - checkout_list c:/ c:/home d:/ d:/home e:/ e:/home f:/ f:/home g:/ g:/home h:/ h:/home i:/ i:/home 2>&1 | tee -a "$TMPO_CHK" + checkout_list $HOME c:/ d:/ e:/ f:/ g:/ h:/ i:/ 2>&1 | tee -a "$TMPO_CHK" fi less $TMPO_CHK