X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=0e4c5ac265219805c97f4dee6a7670a87a892288;hb=f7761f64aefda43f4afec408f1cfe20afc063bc8;hp=f56af98d0209a0491919e5c764d744fac2de5d4c;hpb=7292b72668557e9dfcff71eea9729cbd8b523c94;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index f56af98d..0e4c5ac2 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -28,23 +28,6 @@ if [ -z "$NECHUNG" ]; then ############## - # windoze sometimes needs a special home variable setup. - 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 - fi - # patch home to undo cygwin style of drive letter. - # 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 - fi - if [ ! -z "$SHELL_DEBUG" ]; then echo HOME is now $HOME; fi - fi - - ############## - # fallbacks to set crucial variables for feisty meow... # set the main root directory variable for the feisty meow codebase.