mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
ITS#9209 - Fix previous commit for command invocation
This commit is contained in:
parent
3b2f16e1be
commit
47ec168779
1 changed files with 3 additions and 3 deletions
|
|
@ -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 a new issue