index
:
illumos-gate
master
sysroot/20181213
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr
/
src
/
test
/
util-tests
/
tests
/
awk
/
gnu
/
splitvar.awk
blob: 9e1ac7905900ca3daadfb5b90a88c0ea4beaed41 (
plain
)
1
2
3
4
5
{
sep =
"=+"
n =
split
(
$
0
,
a
,
sep
)
print
n
}