mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Quote sed arguments, Solaris seems to need this.
This commit is contained in:
parent
f0a453dfca
commit
6d7556180d
@ -1,3 +1,3 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
sed -e s/@BACKEND@/$BACKEND/ -e s/^#$BACKEND#//
|
||||
sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//"
|
||||
|
Loading…
Reference in New Issue
Block a user