ITS#9209 - Fix command invocation

This commit is contained in:
Quanah Gibson-Mount 2020-09-12 04:40:46 +00:00
parent ef2b505b20
commit 3b2f16e1be

View File

@ -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