Make install less chatty, more useful.
This commit is contained in:
parent
bdbc55d352
commit
6637b803f6
5 changed files with 47 additions and 20 deletions
3
dist/isum.awk
vendored
3
dist/isum.awk
vendored
|
|
@ -11,6 +11,9 @@ debug { print "# " $0 }
|
|||
|
||||
/^$/ { next }
|
||||
|
||||
/^echo cd / { next }
|
||||
/^\+\+ pwd/ { next }
|
||||
|
||||
/^\* /{
|
||||
if(debug) print "% mark"
|
||||
print >out
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue