projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce93ca9
)
getting editors right...
author
Chris Koeritz
<fred@gruntose.com>
Mon, 5 Mar 2012 19:11:39 +0000
(14:11 -0500)
committer
Chris Koeritz
<fred@gruntose.com>
Mon, 5 Mar 2012 19:11:39 +0000
(14:11 -0500)
scripts/core/variables.sh
patch
|
blob
|
history
diff --git
a/scripts/core/variables.sh
b/scripts/core/variables.sh
index bce2001ac4f3cb74dbcfe8e1368c85f2768f2e18..c979f320e16da2ce2f36d1226565544510a22af0 100644
(file)
--- a/
scripts/core/variables.sh
+++ b/
scripts/core/variables.sh
@@
-121,7
+121,7
@@
if [ -z "$NECHUNG" ]; then
# set the editor for subversion if it hasn't already been set.
if [ -z "$SVN_EDITOR" ]; then
- export SVN_EDITOR=$(which
vi
)
+ export SVN_EDITOR=$(which
gvim
)
fi
# initializes the feisty meow build variables, if possible.