auto/scripts/utils.sh: make execution hack work.
Without this, sourcing (`. auto/scripts/utils.sh`) won't do what we intend, since apparently "${@}" is inherited from the caller.
Loading
Please register or sign in to comment
Without this, sourcing (`. auto/scripts/utils.sh`) won't do what we intend, since apparently "${@}" is inherited from the caller.