summaryrefslogtreecommitdiff
path: root/pwgrep.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2010-09-27 20:44:39 +0000
committerPaul Buetow <paul@buetow.org>2010-09-27 20:44:39 +0000
commite2b6bbf391f00bd45b1b1a2ab673d1cde339337b (patch)
tree62d8938487772613098150a2debf7e81ae9a5743 /pwgrep.sh
parent46816b2e782c7a4fe729d0edbac12ae1c46a527a (diff)
set SVN_EDITOR="ex -c 1" as default
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.