]> Zhao Yanbai Git Server - minix.git/commitdiff
.. but working
authorBen Gras <ben@minix3.org>
Thu, 13 Oct 2005 17:09:46 +0000 (17:09 +0000)
committerBen Gras <ben@minix3.org>
Thu, 13 Oct 2005 17:09:46 +0000 (17:09 +0000)
tools/release.sh

index 5962517b5d13710c67c6ab670951f0efe1b213ba..2c20ba6c65c25f3d273828b6aa988de3bf0fbf54 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,6 +90,8 @@ do
        esac
 done
 
+echo "CVS tag: $OPTARG"
+
 ISO=${ISO}.iso
 ISOGZ=${ISO}.gz
 echo "Making $ISOGZ"