From 6fb608888837202814ec1f8e5355b5c09a4c62a4 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Wed, 6 Jun 2001 21:25:29 +0000 Subject: [PATCH] use case ignore matching for $BACKEND subs --- tests/scripts/conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2