view src/mkdefs @ 5301:9302581b820d ss-2-9-2

[project @ 2005-04-22 17:08:07 by jwe]
author jwe
date Fri, 22 Apr 2005 17:09:11 +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
}'