From: Kurt Zeilenga Date: Wed, 6 Jun 2001 21:25:29 +0000 (+0000) Subject: use case ignore matching for $BACKEND subs X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1359 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6fb608888837202814ec1f8e5355b5c09a4c62a4;p=openldap use case ignore matching for $BACKEND subs --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index 740921fa0b..51b2780e54 100755 --- a/tests/scripts/conf.sh +++ b/tests/scripts/conf.sh @@ -1,3 +1,3 @@ #! /bin/sh # $OpenLDAP$ -sed -e s%@BACKEND@%$BACKEND% -e s%#$BACKEND#%% +sed -e s/@BACKEND@/$BACKEND/i -e s/^#$BACKEND#//i