From: Howard Chu Date: Fri, 8 Mar 2002 23:32:28 +0000 (+0000) Subject: Quote sed arguments, Solaris seems to need this. X-Git-Tag: OPENLDAP_REL_ENG_2_MP~366 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=6d7556180d89ff14c5872009fcd0caa1be9e221e;p=openldap Quote sed arguments, Solaris seems to need this. --- diff --git a/tests/scripts/conf.sh b/tests/scripts/conf.sh index bc65597eba..afdaa5c693 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/" -e "s/^#$BACKEND#//"