From 8df6e182291bb3bb076dba4d7b84608643e5a001 Mon Sep 17 00:00:00 2001 From: teastep Date: Sat, 7 Apr 2007 19:34:12 +0000 Subject: [PATCH] Fix typo git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5853 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- tools/build/buildshorewall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/buildshorewall b/tools/build/buildshorewall index e493a7e0f..9b50002d7 100755 --- a/tools/build/buildshorewall +++ b/tools/build/buildshorewall @@ -441,7 +441,7 @@ if [ -n "${BUILDTARBALL}${BUILDRPM}" ]; then if [ -n "$SIGN" ]; then for shoresuffix in tgz tar.bz2; do - shoreball=shorewall-sell-${VERSION%-*}.${shoresuffix} + shoreball=shorewall-shell-${VERSION%-*}.${shoresuffix} report "GPG signing $DIR/$shoreball" rm -f ${shoreball}.asc do_or_die "$GPG $shoreball"