view src/mkdefs @ 4839:c1cdf2a32cdb ss-2-1-57

[project @ 2004-03-12 19:38:50 by jwe]
author jwe
date Fri, 12 Mar 2004 19:38:50 +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
}'