]> git.sur5r.net Git - openldap/commitdiff
use case ignore matching for $BACKEND subs
authorKurt Zeilenga <kurt@openldap.org>
Wed, 6 Jun 2001 21:25:29 +0000 (21:25 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 6 Jun 2001 21:25:29 +0000 (21:25 +0000)
tests/scripts/conf.sh

index 740921fa0bf286797d52676f0499dde1bc00eacb..51b2780e540987a8636517e7649ba112c52f5d7b 100755 (executable)
@@ -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