From c4306e747afa0282f629e89bcec748893b66d4af Mon Sep 17 00:00:00 2001 From: udeved Date: Sun, 11 Jan 2015 02:23:08 +0100 Subject: [PATCH] fix mkiso arg --- bin/buildiso.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/buildiso.in b/bin/buildiso.in index aaba273..a24430f 100755 --- a/bin/buildiso.in +++ b/bin/buildiso.in @@ -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 ;;