summaryrefslogtreecommitdiff
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
parent46816b2e782c7a4fe729d0edbac12ae1c46a527a (diff)
set SVN_EDITOR="ex -c 1" as default
-rw-r--r--CHANGELOG.txt3
-rwxr-xr-xpwgrep.sh4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index 9e2715a..eed9856 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -1,3 +1,6 @@
+Mon Sep 27 22:43:23 CEST 2010 - v0.7-pre-2
+* Set SVN_EDITOR="ex -c 1" as default
+
Sun Sep 19 12:29:06 CEST 2010 - v0.7-pre-1
* New format of the CHANGELOG.txt (it's not GNU style)
* No VERSIONUPDATE on pwgrep, pwfls, pwfcat, pwdbls anymore
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.