From: Chris Koeritz Date: Fri, 2 Mar 2012 19:15:16 +0000 (-0500) Subject: dropping some drive letters i no longer use. X-Git-Tag: 2.140.90~1544 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=42eb497b5ffbaf904ca090b33e365fc0043892e7;p=feisty_meow.git dropping some drive letters i no longer use. --- diff --git a/scripts/rev_control/checkin.sh b/scripts/rev_control/checkin.sh index 32abd16d..04badac6 100644 --- a/scripts/rev_control/checkin.sh +++ b/scripts/rev_control/checkin.sh @@ -47,6 +47,6 @@ if [ "$OS" != "Windows_NT" ]; then # first get individual folders. checkin_list $HOME else - checkin_list $HOME c:/ d:/ e:/ f:/ g:/ h:/ i:/ + checkin_list $HOME c:/ d:/ e:/ fi 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