view 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
line wrap: on
line source

#!/bin/sh

SED=${SED:-'sed'}

$SED -n -e '/^ *BEGIN_INSTALL_BUILTIN/{
  : loop
  s/BEGIN_INSTALL_BUILTIN//
  s/^#[ \t][ \t]*[0-9][0-9]*.*$//
  /END_INSTALL_BUILTIN/b done
  p
  n
  b loop
  : done
  s/END_INSTALL_BUILTIN//
  p
}'