mirror of
https://github.com/opnsense/src.git
synced 2026-04-08 10:53:24 -04:00
* directly after a $
* directly after ${
* between the characters of a multi-character operator token
* within a parameter name
7 lines
40 B
Text
7 lines
40 B
Text
# $FreeBSD$
|
|
|
|
[ "$(\
|
|
(
|
|
1\
|
|
+ 1)\
|
|
)" = 2 ]
|