xref
: /
freebsd
/
bin
/
sh
/
tests
/
expansion
/
ifs7.0
(revision bd81e07d2761cf1c13063eb49a5c0cb4a6951318)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
IFS=2
4
set -- $((123))
5
[ "$#|$1|$2|$3" = "2|1|3|" ]
6