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
6 lines
60 B
Text
6 lines
60 B
Text
# $FreeBSD$
|
|
|
|
set -- a b c d e f g h i j
|
|
[ "${1\
|
|
0\
|
|
}" = j ]
|