tossing special treatment for winders.
authorChris Koeritz <fred@gruntose.com>
Fri, 10 Feb 2012 18:01:03 +0000 (13:01 -0500)
committerChris Koeritz <fred@gruntose.com>
Fri, 10 Feb 2012 18:01:03 +0000 (13:01 -0500)
scripts/core/bootstrap_shells.sh
scripts/core/launch_feisty_meow.sh

index f19855e89f9cb461fc9a4e4eb0ba9b92eb6eac24..5c9b4941893663110ff09a56417bfe24187931ff 100644 (file)
@@ -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
index c229bebfb5116bf6b96879e8387ceaa09896dbce..b1becc21268d24c633a75e65ab1901f28140cc69 100644 (file)
 # 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"