view src/mkdefs @ 6500:3ea308b4b37e

[project @ 2007-04-05 19:14:03 by jwe]
author jwe
date Thu, 05 Apr 2007 19:14:03 +0000
parents c1b66b74937d
children 4270ded9ddc6
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
}'