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
/
nlinstr.awk
blob: f403715c906af6d7d7522515b52d358bbe025621 (
plain
)
1
2
3
4
5
6
7
8
BEGIN
{
RS
=
""
}
{
if
(/
^@
/)
print
"not ok"
else
print
"ok"
}