From 013db76a09364d64af90fbad1c81b6e404d3b6d0 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 13 Oct 2005 17:09:46 +0000 Subject: [PATCH] .. but working --- tools/release.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/release.sh b/tools/release.sh index 5962517b5..2c20ba6c6 100755 --- a/tools/release.sh +++ b/tools/release.sh @@ -68,7 +68,7 @@ HDEMU=0 COPY=0 CVSTAG=HEAD -while getopts "rch?" c +while getopts "r:ch?" c do case "$c" in \?) @@ -90,6 +90,8 @@ do esac done +echo "CVS tag: $OPTARG" + ISO=${ISO}.iso ISOGZ=${ISO}.gz echo "Making $ISOGZ" -- 2.44.0