ITS#9209 quote test argument

This commit is contained in:
Howard Chu 2020-04-18 01:29:26 +01:00
parent bfb20d3ef9
commit 94ef2c9b43
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
echo "running defines.sh"
. $SRCDIR/scripts/defines.sh
if test ! `which dsadm`; then
if test ! "`which dsadm`"; then
echo "DSEE dsadm not in path, test skipped"
exit 0
fi

View File

@ -18,7 +18,7 @@ echo "running defines.sh"
OPATTRS="creatorsName createTimestamp modifiersName modifyTimestamp"
if test ! `which dsadm`; then
if test ! "`which dsadm`"; then
echo "DSEE dsadm not in path, test skipped"
exit 0
fi