cleaned out some gvim vs vi oddity on windows.
[feisty_meow.git] / scripts / core / variables.sh
index 0f1ed10d6389776183f38937cd2f6da52ac89d43..a61b2fa0a2b61a20f95b436f1dc51293f230f992 100644 (file)
@@ -120,12 +120,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.