Update util-iso.sh

fix : to ;
This commit is contained in:
Frede H 2018-03-18 14:09:22 +01:00 committed by GitHub
parent acb144f1e3
commit 610a63117e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -255,7 +255,7 @@ gen_iso_fn(){
local vars=() name
vars+=("${iso_name}")
if ${no_extra}: then
if ${no_extra}; then
vars+=("minimal")
fi