X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fgetme.sh;h=c2bc0cfa641f99d17f5bdfbf0ae8c3eb151a9670;hb=29746c292d1930d85aeca1fb89f6d9e317303c0e;hp=76f759cce36aa2b50d731d9e0a6c3f69df91aa2e;hpb=139b64e4ba2deb42344bcdebd98e1dfb64f78260;p=feisty_meow.git diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index 76f759cc..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 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:/ 2>&1 | tee -a "$TMPO_CHK" fi less $TMPO_CHK