mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 09:08:51 -05:00
8 lines
83 B
Text
8 lines
83 B
Text
# $FreeBSD$
|
|
|
|
set -- / ''
|
|
IFS=*
|
|
set -- "$*"
|
|
IFS=:
|
|
args="$*"
|
|
[ "$#:$args" = "1:/*" ]
|