]> git.sur5r.net Git - openldap/commitdiff
Quote sed arguments, Solaris seems to need this.
authorHoward Chu <hyc@openldap.org>
Fri, 8 Mar 2002 23:32:28 +0000 (23:32 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 8 Mar 2002 23:32:28 +0000 (23:32 +0000)
tests/scripts/conf.sh

index bc65597eba259bd1e98701efea005c0acd23be8d..afdaa5c693cfc76ce70f285d2f7840f22d4f829c 100755 (executable)
@@ -1,3 +1,3 @@
 #! /bin/sh
 # $OpenLDAP$
-sed -e s/@BACKEND@/$BACKEND/ -e s/^#$BACKEND#//
+sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//"