summaryrefslogtreecommitdiff
path: root/pwgrep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pwgrep.sh')
-rwxr-xr-xpwgrep.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pwgrep.sh b/pwgrep.sh
index 40f9d63..87024fc 100755
--- a/pwgrep.sh
+++ b/pwgrep.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-# pwgrep v0.7-pre-1 (c) 2009, 2010 by Paul C. Buetow
+# pwgrep v0.7-pre-2 (c) 2009, 2010 by Paul C. Buetow
# pwgrep helps you to manage all your passwords using GnuGP
# for encryption and a versioning system (subversion by default)
# for keeping track all changes of your password database. In
@@ -37,7 +37,7 @@
DEFAULTPWGREPDB=mydb
-[ -z $SVN_EDITOR ] && export SVN_EDITOR=ex
+[ -z $SVN_EDITOR ] && export SVN_EDITOR="ex -c 1"
[ -z $PWGREPDB ] && PWGREPDB=$DEFAULTPWGREPDB.gpg
# The PWGREPWORDIR should be in its own versioning repository.