mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-19 03:01:10 +01:00
Fix typo
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@5853 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
4250ba6d01
commit
8df6e18229
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user