Fix unbound variable errors

This commit is contained in:
2022-06-01 14:52:44 +02:00
parent 4554625f5f
commit d2071090bc
3 changed files with 6 additions and 6 deletions

View File

@@ -178,8 +178,8 @@ step_7() {
step_20_info() {
shift
local ebuTarget=$EBU_TARGET
[ ! -z "$1" ] && ebuTarget="$1"
local ebuTarget="${EBU_TARGET:-}"
[ ! -z "${1:-}" ] && ebuTarget="$1"
if contextHelp; then
echo "Status of (profile) [TARGET]"
elif [ ! -z "$1" ]; then