From: Chris Koeritz Date: Fri, 10 Feb 2012 18:01:03 +0000 (-0500) Subject: tossing special treatment for winders. X-Git-Tag: 2.140.90~1625 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=7190aadd79f2d11ef2568142bf405a2d967f7c54;p=feisty_meow.git tossing special treatment for winders. --- diff --git a/scripts/core/bootstrap_shells.sh b/scripts/core/bootstrap_shells.sh index f19855e8..5c9b4941 100644 --- a/scripts/core/bootstrap_shells.sh +++ b/scripts/core/bootstrap_shells.sh @@ -22,10 +22,6 @@ export FEISTY_MEOW_SCRIPTS="$FEISTY_MEOW_DIR/scripts" # FEISTY_MEOW_GENERATED is where the generated files feisty_meow uses are located. export FEISTY_MEOW_GENERATED="$HOME/.zz_auto_gen" -if [ ! -z "$WINDIR" -o ! -z "$windir" ]; then - # assume they are using windoze. - export FEISTY_MEOW_GENERATED="$TMP/zz_auto_gen" -fi if [ ! -d "$FEISTY_MEOW_GENERATED" ]; then mkdir "$FEISTY_MEOW_GENERATED" fi diff --git a/scripts/core/launch_feisty_meow.sh b/scripts/core/launch_feisty_meow.sh index c229bebf..b1becc21 100644 --- a/scripts/core/launch_feisty_meow.sh +++ b/scripts/core/launch_feisty_meow.sh @@ -20,10 +20,6 @@ # this is our single entry point we can use without knowing any variables # yet in the initialization process. export FEISTY_MEOW_GENERATED="$HOME/.zz_auto_gen" -if [ ! -z "$WINDIR" -o ! -z "$windir" ]; then - # assume they are using windoze. - export FEISTY_MEOW_GENERATED="$TMP/zz_auto_gen" -fi # make sure our main variables are established. GENERATED_FEISTY_MEOW_VARIABLES="$FEISTY_MEOW_GENERATED/fmc_variables.sh"