From: Ben Gras Date: Fri, 21 Oct 2005 20:11:14 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://zhaoyanbai.com/repos/?a=commitdiff_plain;h=0cdfba8476a9815e53e4ff8a0ed84edc77e76a87;p=minix.git *** empty log message *** --- diff --git a/tools/release.sh b/tools/release.sh index 991194252..c507746eb 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,7 +90,7 @@ do esac done -ISO=${ISO}.iso +ISO=${ISO}_${CVSTAG}.iso ISOGZ=${ISO}.gz echo "Making $ISOGZ"