From: Chris Koeritz Date: Tue, 21 Feb 2012 01:56:46 +0000 (-0500) Subject: trying to wake up windows for cygwin. X-Git-Tag: 2.140.90~1588^2~1 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=cca6d94ec1baadac46573b9ec4ecf4d28908ab71;p=feisty_meow.git trying to wake up windows for cygwin. --- diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 2eb0c6c4..a4aa5010 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -32,7 +32,7 @@ if [ "$OS" == "Windows_NT" ]; then export HOME=/c/home fi # patch home to undo cygwin style of drive letter. - export HOME=$(echo $HOME | sed -e 's/\/cygdrive\//\//g') +# export HOME=$(echo $HOME | sed -e 's/\/cygdrive\//\//g') # make the home folder if it doesn't exist yet. if [ ! -d $HOME ]; then mkdir $HOME