mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 17:50:00 -04:00
tabify CHANGES. spell checker, cut-and-paste, etc. can leave CHANGES without
the correct tabs.
This commit is contained in:
parent
068a669796
commit
6487bd1788
1 changed files with 22 additions and 0 deletions
22
util/tabify-changes
Normal file
22
util/tabify-changes
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue