]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/expansion/ifs6.0
shell_cmds-207.11.1.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / ifs6.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/expansion/ifs6.0 280920 2015-03-31 20:59:37Z jilles $
71aad674
A
2
3IFS=': '
4x=': :'
5set -- $x
6[ "$#|$1|$2|$3" = "2|||" ]