summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.