From 6637b803f6d99fe3410483ad404ba6f042c13989 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 28 Nov 2005 21:14:44 +0000 Subject: Make install less chatty, more useful. --- dist/isum.awk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist') diff --git a/dist/isum.awk b/dist/isum.awk index db782c8b..64f89efe 100644 --- a/dist/isum.awk +++ b/dist/isum.awk @@ -11,6 +11,9 @@ debug { print "# " $0 } /^$/ { next } +/^echo cd / { next } +/^\+\+ pwd/ { next } + /^\* /{ if(debug) print "% mark" print >out -- cgit v1.2.3