fixed really old way of thinking about home on windows.
authorChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 18:39:44 +0000 (13:39 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 18:39:44 +0000 (13:39 -0500)
scripts/rev_control/checkin.sh
scripts/rev_control/getme.sh

index c2ff14a2d1f0ceb1b149bc6a3f80229321606224..32abd16d79da4373176e7861c0ae941a88cc365b 100644 (file)
@@ -47,6 +47,6 @@ if [ "$OS" != "Windows_NT" ]; then
   # first get individual folders.
   checkin_list $HOME
 else
-  checkin_list c: c:/home d: d:/home e: e:/home f: f:/home g: g:/home h: h:/home i: i:/home 
+  checkin_list $HOME c:/ d:/ e:/ f:/ g:/ h:/ i:/
 fi
 
index 76f759cce36aa2b50d731d9e0a6c3f69df91aa2e..a5b244c046d7c1b80ce848cf3af56a52e3ed727d 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 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:/ f:/ g:/ h:/ i:/ 2>&1 | tee -a "$TMPO_CHK"
 fi
 
 less $TMPO_CHK