]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/expansion/ifs6.0
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / bin / sh / tests / expansion / ifs6.0
1 # $FreeBSD$
2
3 IFS=': '
4 x=': :'
5 set -- $x
6 [ "$#|$1|$2|$3" = "2|||" ]