opnsense-src/bin/sh
Jilles Tjoelker 468ed39612 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
2018-11-28 20:03:53 +00:00
..
bltin
funcs
tests sh: Fix ${param?} default error message 2018-11-28 20:03:53 +00:00
alias.c
alias.h
arith.h
arith_yacc.c
arith_yacc.h
arith_yylex.c
builtins.def
cd.c
cd.h
dot.profile Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/. 2018-08-29 16:59:19 +00:00
error.c sh: Unify EXERROR and EXEXEC 2018-11-09 14:58:24 +00:00
error.h sh: Unify EXERROR and EXEXEC 2018-11-09 14:58:24 +00:00
eval.c sh: Unify EXERROR and EXEXEC 2018-11-09 14:58:24 +00:00
eval.h
exec.c sh: Unify EXERROR and EXEXEC 2018-11-09 14:58:24 +00:00
exec.h sh: Use exitstatus instead of exerrno to pass EXEXEC status 2018-10-27 20:17:57 +00:00
expand.c sh: Fix ${param?} default error message 2018-11-28 20:03:53 +00:00
expand.h
histedit.c
input.c sh: Use 126 and 127 exit status for failures opening a script 2018-11-27 21:49:59 +00:00
input.h
jobs.c sh: Unify EXERROR and EXEXEC 2018-11-09 14:58:24 +00:00
jobs.h
mail.c
mail.h
main.c sh: Unify EXERROR and EXEXEC 2018-11-09 14:58:24 +00:00
main.h
Makefile Finish moving dot.cshrc and dot.profile to bin/csh/ and bin/sh/. 2018-08-29 16:59:19 +00:00
Makefile.depend
memalloc.c
memalloc.h
miscbltin.c
mkbuiltins
mknodes.c
mksyntax.c
mktokens
myhistedit.h
mystring.c
mystring.h
nodes.c.pat
nodetypes
options.c
options.h
output.c
output.h
parser.c
parser.h
profile Move all sh and csh files into bin/sh/ or bin/csh/ 2018-08-15 14:41:24 +00:00
redir.c
redir.h
sh.1 sh: Use 126 and 127 exit status for failures opening a script 2018-11-27 21:49:59 +00:00
shell.h
show.c
show.h
TOUR sh: Unify EXERROR and EXEXEC 2018-11-09 14:58:24 +00:00
trap.c
trap.h
var.c
var.h