mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 06:55:18 -04:00
In particular, this makes things like ${#foo[0]} and ${#foo[@]} errors
rather than silent equivalents of ${#foo}.
PR: bin/151720
Submitted by: Mark Johnston
Exp-run done by: pav (with some other sh(1) changes)
|
||
|---|---|---|
| .. | ||
| assignment-error1.0 | ||
| assignment-error2.0 | ||
| backquote-error1.0 | ||
| backquote-error2.0 | ||
| bad-binary1.126 | ||
| bad-keyword1.0 | ||
| bad-parm-exp1.0 | ||
| bad-parm-exp2.2 | ||
| bad-parm-exp2.2.stderr | ||
| bad-parm-exp3.2 | ||
| bad-parm-exp3.2.stderr | ||
| bad-parm-exp4.2 | ||
| bad-parm-exp4.2.stderr | ||
| bad-parm-exp5.2 | ||
| bad-parm-exp5.2.stderr | ||
| bad-parm-exp6.2 | ||
| bad-parm-exp6.2.stderr | ||
| option-error.0 | ||
| redirection-error.0 | ||
| redirection-error2.2 | ||
| redirection-error3.0 | ||
| redirection-error4.0 | ||
| redirection-error5.0 | ||
| redirection-error6.0 | ||
| redirection-error7.0 | ||