X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=5c782d7fe2e84b70cd7e69adc53711b56c0a6de3;hb=c6b1ddda98d13e1202ab0b71876693848bc28a27;hp=a4aa5010d56a4106e53274d94f16c4b7d72078ec;hpb=cca6d94ec1baadac46573b9ec4ecf4d28908ab71;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index a4aa5010..5c782d7f 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -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')