mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
8 lines
99 B
Text
8 lines
99 B
Text
|
|
# $FreeBSD$
|
||
|
|
|
||
|
|
# This conflicts with ksh extended patterns but occurs in the wild.
|
||
|
|
|
||
|
|
set -e
|
||
|
|
|
||
|
|
!(false)
|