From cca6d94ec1baadac46573b9ec4ecf4d28908ab71 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 20 Feb 2012 20:56:46 -0500 Subject: [PATCH] trying to wake up windows for cygwin. --- scripts/core/variables.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1