summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-07-28 15:57:07 +0000
committerPaul Buetow <paul@buetow.org>2010-07-28 15:57:07 +0000
commit7de3e9bdfe216518d1a18ff1219b65088b2d7a7d (patch)
tree48e6500922e090027d957c3bf7dafcde10c407cb
parent6b10b8bb7b767a7d6894a8124492356e63bf8469 (diff)
svn editor = ex if not set
-rwxr-xr-xpwgrep.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/pwgrep.sh b/pwgrep.sh
index a5e6a22..f2d5a28 100755
--- a/pwgrep.sh
+++ b/pwgrep.sh
@@ -31,6 +31,7 @@
# You can overwrite the default values by setting env. variables
# or by just editing this file.
+[ -z $SVN_EDITOR] && SVN_EDITOR=ex
[ -z $PWGREPDB] && PWGREPDB=database.gpg
# The PWGREPWORDIR should be in its own versioning repository.