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