]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/ifs5.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / ifs5.0
1 # $FreeBSD: head/bin/sh/tests/expansion/ifs5.0 278806 2015-02-15 19:48:29Z jilles $
2
3 set -- $(echo a b c d)
4 [ "$#" = 4 ]