dropping some drive letters i no longer use.
authorChris Koeritz <fred@gruntose.com>
Fri, 2 Mar 2012 19:15:16 +0000 (14:15 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 2 Mar 2012 19:15:16 +0000 (14:15 -0500)
scripts/rev_control/checkin.sh
scripts/rev_control/getme.sh

index 32abd16d79da4373176e7861c0ae941a88cc365b..04badac685c34bbab292e6b83731d2ac3e942f38 100644 (file)
@@ -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
 
index a5b244c046d7c1b80ce848cf3af56a52e3ed727d..c2bc0cfa641f99d17f5bdfbf0ae8c3eb151a9670 100644 (file)
@@ -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