head     1.1;
branch   1.1.1;
access   ;
symbols  start:1.1.1.1 source:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2002.08.14.03.06.17;  author pools2;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2002.08.14.03.06.17;  author pools2;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/sh
# Helper script for Configure - cut a rule from Configuration.
# note that there is a tab and a space in the character groups.
# Map to lowercase to make tests easier

egrep "^[	 ]*Rule[	 ]+$1[	 ]*=" $2 | \
awk 'BEGIN {FS="="}{print $2}' | \
sed 's/[	 ]//g' | tr "A-Z" "a-z"
@


1.1.1.1
log
@Apache Easy 0.0.1
@
text
@@
