updated to correct some misapprehensions about how well gvim would work as an editor for
[feisty_meow.git] / scripts / core / variables.sh
index 956198d87f5f31304b4af42df760a63dd7d87841..d71d6a4302c30d4ffded82c7c0e73095a36a7dd7 100644 (file)
@@ -112,18 +112,13 @@ if [ -z "$NECHUNG" ]; then
   export NECHUNG=$FEISTY_MEOW_DIR/database/fortunes.dat
   
   # ensure we use the right kind of secure shell.
-  export CVS_RSH=$FEISTY_MEOW_SCRIPTS/secure/ssh.sh
-  export GIT_SSH=$FEISTY_MEOW_SCRIPTS/secure/ssh.sh
+  export CVS_RSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh
+  export GIT_SSH=$FEISTY_MEOW_SCRIPTS/security/ssh.sh
   
   # the base checkout list is just to update feisty_meow.  additional folder
   # names can be added in your customized scripts.
   export REPOSITORY_LIST="feisty_meow"
   
-  # set the editor for subversion if it hasn't already been set.
-  if [ -z "$SVN_EDITOR" ]; then
-    export SVN_EDITOR=$(which vi)
-  fi
-  
   # initializes the feisty meow build variables, if possible.
   function initialize_build_variables()
   {