turned off debugging noise.
[feisty_meow.git] / scripts / core / variables.sh
index 0f1ed10d6389776183f38937cd2f6da52ac89d43..48892624f49bf6182a12733126606c1e603cef7a 100644 (file)
@@ -111,8 +111,9 @@ if [ -z "$NECHUNG" ]; then
   # set this so nechung can find its data.
   export NECHUNG=$FEISTY_MEOW_DIR/database/fortunes.dat
   
-  # ensure we use the right kind of rsh for security.
-  export CVS_RSH=ssh
+  # ensure we use the right kind of secure shell.
+  export CVS_RSH=$FEISTY_MEOW_SCRIPTS/tty/ssh.sh
+  export GIT_SSH=$FEISTY_MEOW_SCRIPTS/tty/ssh.sh
   
   # the base checkout list is just to update feisty_meow.  additional folder
   # names can be added in your customized scripts.
@@ -120,12 +121,7 @@ if [ -z "$NECHUNG" ]; then
   
   # set the editor for subversion if it hasn't already been set.
   if [ -z "$SVN_EDITOR" ]; then
-  #hmmm: not sure what original reason for having these different was...
-    if [ "$OS"  == "Windows_NT" ]; then
-      export SVN_EDITOR=$(which gvim)
-    else
-      export SVN_EDITOR=$(which vi)
-    fi
+    export SVN_EDITOR=$(which vi)
   fi
   
   # initializes the feisty meow build variables, if possible.