summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-08-03 16:10:18 +0000
committerPaul Buetow <paul@buetow.org>2010-08-03 16:10:18 +0000
commit7ed09c4e7f8f96ece6da4bffc7a0e488361f5866 (patch)
tree0ab018ffa87baf0d7d162fe15e82efbd09d502e0
parent5e6e10bf83644486c7b1f70cd14833d2adf62307 (diff)
-rwxr-xr-xpwgrep.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pwgrep.sh b/pwgrep.sh
index a9a3219..cb55005 100755
--- a/pwgrep.sh
+++ b/pwgrep.sh
@@ -35,7 +35,7 @@
DEFAULTPWGREPDB=mydb
-[ -z $SVN_EDITOR ] && SVN_EDITOR=ex
+[ -z $SVN_EDITOR ] && export SVN_EDITOR=ex
[ -z $PWGREPDB ] && PWGREPDB=$DEFAULTPWGREPDB.gpg
# The PWGREPWORDIR should be in its own versioning repository.