mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 23:02:02 -04:00
5 lines
79 B
Text
5 lines
79 B
Text
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
v=$( ($SH -nc 'for') 2>&1 >/dev/null)
|
||
|
|
[ $? -ne 0 ] && [ -n "$v" ]
|