Newer
Older
ubixos / bin / sh / tests / expansion / ifs6.0
@Charlie Root Charlie Root on 16 Jan 2018 146 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/expansion/ifs6.0 280920 2015-03-31 20:59:37Z jilles $

IFS=': '
x=': :'
set -- $x
[ "$#|$1|$2|$3" = "2|||" ]