fixed really old way of thinking about home on windows.
[feisty_meow.git] / scripts / rev_control / getme.sh
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