Home
last modified time | relevance | path

Searched hist:"468 ed396127c15aab12c944f335518f63ae9569c" (Results 1 – 3 of 3) sorted by relevance

/freebsd/bin/sh/tests/expansion/
H A Dquestion2.0468ed396127c15aab12c944f335518f63ae9569c Wed Nov 28 21:03:53 CET 2018 Jilles Tjoelker <jilles@FreeBSD.org> 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
H A DMakefilediff 468ed396127c15aab12c944f335518f63ae9569c Wed Nov 28 21:03:53 CET 2018 Jilles Tjoelker <jilles@FreeBSD.org> 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
/freebsd/bin/sh/
H A Dexpand.cdiff 468ed396127c15aab12c944f335518f63ae9569c Wed Nov 28 21:03:53 CET 2018 Jilles Tjoelker <jilles@FreeBSD.org> 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