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
/
anchgsub.awk
blob: 52e8aa4dab7dae950b1815727301de81182610b6 (
plain
)
1
{
gsub
(/
^
[ ]*/,
""
,
$0
) ;
print
}