X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fgetme.sh;h=c2bc0cfa641f99d17f5bdfbf0ae8c3eb151a9670;hb=29746c292d1930d85aeca1fb89f6d9e317303c0e;hp=a5b244c046d7c1b80ce848cf3af56a52e3ed727d;hpb=201e0a51b9601bab63bf64b90ac58e96d419cdc7;p=feisty_meow.git diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index a5b244c0..c2bc0cfa 100644 --- a/scripts/rev_control/getme.sh +++ b/scripts/rev_control/getme.sh @@ -71,7 +71,7 @@ rm -f "$TMPO_CHK" if [ "$OS" != "Windows_NT" ]; then checkout_list $HOME 2>&1 | tee -a "$TMPO_CHK" else - checkout_list $HOME c:/ d:/ e:/ f:/ g:/ h:/ i:/ 2>&1 | tee -a "$TMPO_CHK" + checkout_list $HOME c:/ d:/ e:/ 2>&1 | tee -a "$TMPO_CHK" fi less $TMPO_CHK