From 201e0a51b9601bab63bf64b90ac58e96d419cdc7 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Wed, 22 Feb 2012 13:39:44 -0500 Subject: [PATCH] fixed really old way of thinking about home on windows. --- 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 c2ff14a2..32abd16d 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 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 diff --git a/scripts/rev_control/getme.sh b/scripts/rev_control/getme.sh index 76f759cc..a5b244c0 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 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 -- 2.34.1