got language fixed in inits.
authorChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 03:29:44 +0000 (22:29 -0500)
committerChris Koeritz <fred@gruntose.com>
Wed, 22 Feb 2012 03:29:44 +0000 (22:29 -0500)
scripts/core/functions.sh
scripts/core/launch_feisty_meow.sh
scripts/core/variables.sh

index d25e71d7b03ad9e7362b4f01aa7bed32e891995f..da516467b57e947408c6108e5040ed6cd4cba5a3 100644 (file)
@@ -7,15 +7,12 @@ skip_all=
 date_stringer &>/dev/null
 if [ $? -eq 0 ]; then
   # there was no error, so we can skip the inits.
-#  if [ ! -z "$SHELL_DEBUG" ]; then
+  if [ ! -z "$SHELL_DEBUG" ]; then
     echo skipping functions.sh because already defined.
-#  fi
+  fi
 fi
 
-echo proceeding to run functions.sh 
-
 if [ -z "$skip_all" ]; then
-
   if [ ! -z "$SHELL_DEBUG" ]; then
     echo function definitions begin...
   fi
index 26b6151104bf8fa6673a62ffe9712e8e8aee07df..03db5cb8f4d831f95957f99257654c2ead48f485 100644 (file)
@@ -10,7 +10,7 @@
 
 ##############
 
-#export SHELL_DEBUG=true
+export SHELL_DEBUG=true
   # this variable causes the scripts that listen to it to print more information
   # when they run.
 
index f56af98d0209a0491919e5c764d744fac2de5d4c..0e4c5ac265219805c97f4dee6a7670a87a892288 100644 (file)
@@ -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.