]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parameters/positional7.0
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / parameters / positional7.0
1 # $FreeBSD$
2
3 set -- / ''
4 IFS=*
5 set -- "$*"
6 IFS=:
7 args="$*"
8 [ "$#:$args" = "1:/*" ]