diff options
| author | Paul Buetow <paul@buetow.org> | 2010-09-27 20:44:39 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2010-09-27 20:44:39 +0000 |
| commit | e2b6bbf391f00bd45b1b1a2ab673d1cde339337b (patch) | |
| tree | 62d8938487772613098150a2debf7e81ae9a5743 /pwgrep.sh | |
| parent | 46816b2e782c7a4fe729d0edbac12ae1c46a527a (diff) | |
set SVN_EDITOR="ex -c 1" as default
Diffstat (limited to 'pwgrep.sh')
| -rwxr-xr-x | pwgrep.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
