mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
6 lines
73 B
Text
6 lines
73 B
Text
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
set -e
|
||
|
|
v=$(! printf "%d" @wrong 2>/dev/null)
|
||
|
|
[ "$v" = "0" ]
|