From: Ben Gras Date: Thu, 13 Oct 2005 17:09:46 +0000 (+0000) Subject: .. but working X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=013db76a09364d64af90fbad1c81b6e404d3b6d0;p=minix.git .. but working --- 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"