From 905bd4a6d05cd92c574e11f25a43d60fe437228b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 12 Jun 2010 08:56:47 +0000 Subject: --- pwgrep.sh | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pwgrep.sh b/pwgrep.sh index 2829198..08aaedb 100755 --- a/pwgrep.sh +++ b/pwgrep.sh @@ -39,7 +39,8 @@ [ -z $PWFILEDIREXT ] && PWFILEDIREXT=files # Enter here your GnuPG key ID -[ -z $GPGKEYID ] && GPGKEYID=F4B6FFF0 +#[ -z $GPGKEYID ] && GPGKEYID=F4B6FFF0 +[ -z $GPGKEYID ] && GPGKEYID=37EC5C1D # Customizing the versioning commands (i.e. if you want to use another # versioning system). @@ -63,8 +64,12 @@ umask 177 cd $PWGREPWORKDIR || error "No such file or directory: $PWGREPWORKDIR" +function out { + echo "$@" +} + function info { - echo "=====> $@" + out "=====> $@" } function error { -- cgit v1.2.3