From b4f98a4ff6185d53042819973cc009637aecd9ac Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 17 Sep 2005 23:19:36 +0000 Subject: [PATCH] Add comment to GPG git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@2705 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/makeshorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/makeshorewall b/tools/build/makeshorewall index ba6135bb6..c29cae31a 100644 --- a/tools/build/makeshorewall +++ b/tools/build/makeshorewall @@ -208,7 +208,7 @@ esac VERSION=$1 LOGFILE=$LOGDIR/shorewall_build_${VERSION}.log # location and options for GnuPG -GPG="/usr/bin/gpg -ab --batch --comment 'To verify this,you can download our public key on https://lists.shorewall.net/shorewall.gpg.key'" +GPG="/usr/bin/gpg -ab --batch --comment 'To verify this, you can download our public key at https://lists.shorewall.net/shorewall.gpg.key'" touch $LOGFILE progress_message "Build of Shorewall $VERSION on $(date)"