From 42eb497b5ffbaf904ca090b33e365fc0043892e7 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Fri, 2 Mar 2012 14:15:16 -0500 Subject: [PATCH] dropping some drive letters i no longer use. --- scripts/rev_control/checkin.sh | 2 +- scripts/rev_control/getme.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1