X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fgetme.sh;fp=scripts%2Frev_control%2Fgetme.sh;h=c2bc0cfa641f99d17f5bdfbf0ae8c3eb151a9670;hb=42eb497b5ffbaf904ca090b33e365fc0043892e7;hp=a5b244c046d7c1b80ce848cf3af56a52e3ed727d;hpb=8c6a856165518a11b6f44e3ee145a3d3c9fada20;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