multiple-outputs setup hook: Remove accidentally added tab
I don't want to just rebase this away because the original commit is also in #72074.
This commit is contained in:
parent
9b274e2962
commit
c5cf009996
@ -9,7 +9,7 @@ _assignFirst() {
|
||||
local varName="$1"
|
||||
local REMOVE=REMOVE # slightly hacky - we allow REMOVE (i.e. not a variable name)
|
||||
shift
|
||||
while (( $# )); do
|
||||
while (( $# )); do
|
||||
if [ -n "${!1-}" ]; then eval "${varName}"="$1"; return; fi
|
||||
shift
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user