comparison src/mkdefs @ 4299:02fcb550f20c

[project @ 2003-01-16 20:15:14 by jwe]
author jwe
date Thu, 16 Jan 2003 20:15:15 +0000
parents 078fde449ebc
children c1b66b74937d
comparison
equal deleted inserted replaced
4298:055d2f68d445 4299:02fcb550f20c
1 #!/bin/sh 1 #!/bin/sh
2 2
3 sed -n -e '/^ *BEGIN_INSTALL_BUILTIN/{ 3 SED=${SED:-'sed'}
4
5 $SED -n -e '/^ *BEGIN_INSTALL_BUILTIN/{
4 : loop 6 : loop
5 s/BEGIN_INSTALL_BUILTIN// 7 s/BEGIN_INSTALL_BUILTIN//
6 s/^#[ \t][ \t]*[0-9][0-9]*.*$// 8 s/^#[ \t][ \t]*[0-9][0-9]*.*$//
7 /END_INSTALL_BUILTIN/b done 9 /END_INSTALL_BUILTIN/b done
8 p 10 p