summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpwgrep.sh9
1 files 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 {