Signed-off-by: Matt Darfeuille <[email protected]>
---
build/release | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/build/release b/build/release
index 031d21f2..81275c3e 100755
--- a/build/release
+++ b/build/release
@@ -53,11 +53,12 @@ GIT=~/shorewall/trunk
GITRELEASEDIR=~/shorewall/release
#
# Message for the newly created tag
-# The '-a' option will add the <$VERSION> to the end of the string
-# If the variable is empty ('MESSAGE=') no
-# message will be added to the tag
+# The '-a' option will append the <$VERSION>
+# to the end of the tag message.
#
-MESSAGE="Release Shorewall Version"
+# Default value: 'Release Shorewall version <$VERSION>'
+#
+MESSAGE=""
################################################################################
#
################################################################################
@@ -295,6 +296,8 @@ esac
if [ -n "$MESSAGE" ]; then
[ -n "$APPEND_VERSION" ] && MESSAGE="$MESSAGE $VERSION"
+else
+ MESSAGE="Release Shorewall version $VERSION"
fi
case $VERSION in
--
2.13.2
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Shorewall-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-devel