From 0cdfba8476a9815e53e4ff8a0ed84edc77e76a87 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Fri, 21 Oct 2005 20:11:14 +0000 Subject: [PATCH] *** empty log message *** --- tools/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.44.0