mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Quote sed arguments, Solaris seems to need this.
This commit is contained in:
parent
f0a453dfca
commit
6d7556180d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue