cmdsubst25.0   [plain text]


# $FreeBSD: head/bin/sh/tests/expansion/cmdsubst25.0 317514 2017-04-27 18:52:18Z jilles $

IFS=' '
set -- `printf '\n '`
IFS=:
[ "$*" = '
' ]