HomeFreeBSD

sh: Fix ""$@, which should not use the special case for "$@".

Description

sh: Fix ""$@, which should not use the special case for "$@".

"$@" should expand to no words if there are no positional parameters, but
""$@ should always expand to at least an empty word.

Details

Provenance
jillesAuthored on
Parents
rS291024: xen: fix dropping bitmap IPIs during resume
Branches
Unknown
Tags
Unknown