view src/mkdefs @ 5210:996a08a3eb06 ss-2-9-0

[project @ 2005-03-15 20:46:03 by jwe]
author jwe
date Tue, 15 Mar 2005 20:46:03 +0000
parents 02fcb550f20c
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
}'