]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/expansion/ifs5.0
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.git] / bin / sh / tests / expansion / ifs5.0
1 # $FreeBSD$
2
3 set -- $(echo a b c d)
4 [ "$#" = 4 ]