mirror of
https://github.com/opnsense/src.git
synced 2026-03-18 00:25:50 -04:00
7 lines
89 B
Text
7 lines
89 B
Text
# $FreeBSD$
|
|
|
|
v=$( ($SH -n <<'EOF'
|
|
for
|
|
EOF
|
|
) 2>&1 >/dev/null)
|
|
[ $? -ne 0 ] && [ -n "$v" ]
|