mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
ITS#9209 - Fix command invocation
This commit is contained in:
parent
ef2b505b20
commit
3b2f16e1be
@ -21,9 +21,9 @@ if test $WITH_TLS = no ; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
openssl="$(command -v openssl 2>/dev/null)"
|
||||
certtool="$(command -v certtool 2>/dev/null)"
|
||||
base64="$(command -v base64 2>/dev/null)"
|
||||
openssl=`command -v openssl 2>/dev/null)`
|
||||
certtool=`command -v certtool 2>/dev/null)`
|
||||
base64=`command -v base64 2>/dev/null)`
|
||||
|
||||
mkdir -p $TESTDIR $DBDIR1
|
||||
cp -r $DATADIR/tls $TESTDIR
|
||||
|
Loading…
Reference in New Issue
Block a user