Skip to content
Snippets Groups Projects
Commit 6d755618 authored by Howard Chu's avatar Howard Chu
Browse files

Quote sed arguments, Solaris seems to need this.

parent f0a453df
No related branches found
No related tags found
No related merge requests found
#! /bin/sh
# $OpenLDAP$
sed -e s/@BACKEND@/$BACKEND/ -e s/^#$BACKEND#//
sed -e "s/@BACKEND@/$BACKEND/" -e "s/^#$BACKEND#//"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment