mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
4 lines
102 B
Text
4 lines
102 B
Text
# $FreeBSD$
|
|
|
|
echo 'echo `for` echo ".BAD"CODE.' | ${SH} +m -i 2>&1 | grep -q BADCODE && exit 1
|
|
exit 0
|