]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/parameters/positional7.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parameters / positional7.0
1 # $FreeBSD: head/bin/sh/tests/parameters/positional7.0 273802 2014-10-28 22:14:31Z jilles $
2
3 set -- / ''
4 IFS=*
5 set -- "$*"
6 IFS=:
7 args="$*"
8 [ "$#:$args" = "1:/*" ]