diff --git a/scripts/configure-hypervisor.sh b/scripts/configure-hypervisor.sh index fb960e4703..9a9e3a5c0a 100755 --- a/scripts/configure-hypervisor.sh +++ b/scripts/configure-hypervisor.sh @@ -153,6 +153,8 @@ show_array() tags=$(echo "$entry"|cut -s -d: -f1) elem=$(echo "$entry"|cut -s -d: -f2-) + [ -z "$elem" ] && die "no option for entry '$entry'" + check_tags "$tags" "$entry" if [ "$action" = "dump" ]