seems to be complaining about something...
[feisty_meow.git] / scripts / rev_control / getme.sh
index 76f759cce36aa2b50d731d9e0a6c3f69df91aa2e..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 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:/ 2>&1 | tee -a "$TMPO_CHK"
 fi
 
 less $TMPO_CHK