X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Fcore%2Fvariables.sh;h=a61b2fa0a2b61a20f95b436f1dc51293f230f992;hb=5c835b659a83bad309e1a50cdbaff90f04f62875;hp=0f1ed10d6389776183f38937cd2f6da52ac89d43;hpb=0e02142eae5382bf3b3c29afe883a799f4007aaf;p=feisty_meow.git diff --git a/scripts/core/variables.sh b/scripts/core/variables.sh index 0f1ed10d..a61b2fa0 100644 --- a/scripts/core/variables.sh +++ b/scripts/core/variables.sh @@ -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.