mirror of
https://github.com/opnsense/src.git
synced 2026-05-27 20:02:43 -04:00
5 lines
100 B
Text
5 lines
100 B
Text
|
|
|
||
|
|
{ stderr=$(${SH} /var/empty/nosuchscript 2>&1 >&3); } 3>&1
|
||
|
|
r=$?
|
||
|
|
[ -n "$stderr" ] && [ "$r" = 127 ]
|