* header.sed: Strip tabs.

This commit is contained in:
Alan Modra 2002-08-13 02:37:47 +00:00
parent 3c6706bb5f
commit bed69f0439
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-08-13 Alan Modra <amodra@bigpond.net.au>
* header.sed: Strip tabs.
2002-06-08 Alan Modra <amodra@bigpond.net.au>
* Makefile.am: Fix quote style in last change.

View File

@ -1,3 +1,4 @@
s|[ ][ ]*| |g
s|\(.*\) [^ ]*header.sed.*|\1|
s|[^ ]*/||g
s|^ *|"|