# Description To avoid a `line 9: $2: unbound variable` output when sourcing, change: `local prefix=$2` --> `local prefix="${2:-""}"`