fix mkiso arg

This commit is contained in:
udeved 2015-01-11 02:23:08 +01:00
parent 5fed11b61f
commit c4306e747a

View file

@ -158,7 +158,7 @@ while getopts "${opts}" arg; do
b) branch="$OPTARG" ;;
r) work_dir="$OPTARG" ;;
t) target_dir="$OPTARG" ;;
v) verbose=true; iso_args+=(-v) ;;
v) verbose=true; mkiso_args+=(-v) ;;
B) images_only=true ;;
G) iso_only=true ;;
q) pretend=true ;;