mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 00:45:17 -04:00
* directly after a $
* directly after ${
* between the characters of a multi-character operator token
* within a parameter name
14 lines
111 B
Text
14 lines
111 B
Text
# $FreeBSD$
|
|
|
|
bad=1
|
|
case x in
|
|
x\
|
|
) ;\
|
|
; *) exit 7
|
|
esac &\
|
|
& bad= &\
|
|
& : >\
|
|
>/dev/null
|
|
|
|
false |\
|
|
| [ -z "$bad" ]
|