HomeFreeBSD

MFC r341164: sh: Fix ${param?} default error message

Description

MFC r341164: sh: Fix ${param?} default error message

If word in ${param?word} is missing, the shell shall write a default error
message. So expanding ${param?} when param is not set should write an error
message like

sh: param: parameter not set

This was broken by r316417.

PR: 233585

Details

Provenance
jillesAuthored on
Parents
rS341766: blst_leaf_alloc updates bighint for a leaf when an allocation is successful
Branches
Unknown
Tags
Unknown