Fix unbound variable errors
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user