From: Mark Andrews Date: Sun, 7 Mar 2004 22:40:59 +0000 (+0000) Subject: tabify CHANGES. spell checker, cut-and-paste, etc. can leave CHANGES without X-Git-Tag: v9.4.0~34 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=6487bd1788fece0ef66fc6867ce37ae50b228b89;p=thirdparty%2Fbind9.git tabify CHANGES. spell checker, cut-and-paste, etc. can leave CHANGES without the correct tabs. --- diff --git a/util/tabify-changes b/util/tabify-changes new file mode 100644 index 00000000000..418398fc102 --- /dev/null +++ b/util/tabify-changes @@ -0,0 +1,22 @@ +expand ${1} | +sed \ +-e 's/^\([1-9][0-9][0-9][0-9][0-9][0-9]\.\) */\1 /' \ +-e 's/^\([1-9][0-9][0-9][0-9][0-9]\.\) */\1 /' \ +-e 's/^\([1-9][0-9][0-9][0-9]\.\) */\1 /' \ +-e 's/^\( [1-9][0-9][0-9]\.\) */\1 /' \ +-e 's/^\( [1-9][0-9]\.\) */\1 /' \ +-e 's/^\( [1-9]\.\) */\1 /' \ +-e 's/\( \[.\]\) */\1 /' \ +-e 's/\( \[..\]\) */\1 /' \ +-e 's/\( \[...\]\) */\1 /' \ +-e 's/\( \[....\]\) */\1 /' \ +-e 's/\( \[.....\]\) */\1 /' \ +-e 's/\( \[......\]\) */\1 /' \ +-e 's/\( \[.......\]\) */\1 /' \ +-e 's/\( \[........\]\) */\1 /' \ +-e 's/\( \[.........\]\) */\1 /' \ +-e 's/\( \[..........\]\) */\1 /' \ +-e 's/\( \[...........\]\) */\1 /' \ +-e 's/\( \[............\]\) */\1 /' \ +-e 's/[ ]*$//' | +unexpand