switched down to neutral representation for dos paths in unixes, since
[feisty_meow.git] / scripts / core / variables.sh
index a4aa5010d56a4106e53274d94f16c4b7d72078ec..5c782d7fe2e84b70cd7e69adc53711b56c0a6de3 100644 (file)
@@ -29,7 +29,7 @@ export IS_DARWIN=$(echo $OSTYPE | grep -i darwin)
 if [ "$OS" == "Windows_NT" ]; then
   # give them a default place if they don't have one already.
   if [ -z "$HOME" ]; then
-    export HOME=/c/home
+    export HOME=c:/home
   fi
   # patch home to undo cygwin style of drive letter.
 #  export HOME=$(echo $HOME | sed -e 's/\/cygdrive\//\//g')