*** empty log message ***
This commit is contained in:
parent
3c6b23e763
commit
0cdfba8476
|
|
@ -68,7 +68,7 @@ HDEMU=0
|
||||||
COPY=0
|
COPY=0
|
||||||
CVSTAG=HEAD
|
CVSTAG=HEAD
|
||||||
|
|
||||||
while getopts "rch?" c
|
while getopts "r:ch?" c
|
||||||
do
|
do
|
||||||
case "$c" in
|
case "$c" in
|
||||||
\?)
|
\?)
|
||||||
|
|
@ -90,7 +90,7 @@ do
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
ISO=${ISO}.iso
|
ISO=${ISO}_${CVSTAG}.iso
|
||||||
ISOGZ=${ISO}.gz
|
ISOGZ=${ISO}.gz
|
||||||
echo "Making $ISOGZ"
|
echo "Making $ISOGZ"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user