]> Zhao Yanbai Git Server - minix.git/commitdiff
*** empty log message ***
authorBen Gras <ben@minix3.org>
Fri, 21 Oct 2005 20:11:14 +0000 (20:11 +0000)
committerBen Gras <ben@minix3.org>
Fri, 21 Oct 2005 20:11:14 +0000 (20:11 +0000)
tools/release.sh

index 991194252fa06bbee54a290568bcb1fb2118f71c..c507746eb2564d51e280308cbea665786d07f9c1 100755 (executable)
@@ -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"