xref
: /
src
/
bin
/
sh
/
tests
/
expansion
/
cmdsubst25.0
(revision fdc4a7c8012b214986cfa2e2fb6d99731f004b1b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
IFS=' '
3
set -- `printf '\n '`
4
IFS=:
5
[ "$*" = '
6
' ]
7