]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/parameters/positional4.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / parameters / positional4.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/parameters/positional4.0 268568 2014-07-12 10:27:30Z jilles $
71aad674
A
2
3set -- "x$0" 2 3 4 5 6 7 8 9 "y$0"
4[ "${01}.${010}" = "$1.${10}" ]