aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-01-29 11:36:21 -0500
committerRich Salz <rsalz@openssl.org>2016-01-29 11:36:21 -0500
commit723acb144551e7d81ec2e745d12fc8b6a6513eb1 (patch)
treedf2bca87ab90bc1169ae7ae75254ba6d68edbb04 /util
parenta450326ee040c6cbb262debdb1ed731e6700e1e0 (diff)
downloadopenssl-723acb144551e7d81ec2e745d12fc8b6a6513eb1.tar.gz
Merge error, wrong domd submitted.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'util')
-rwxr-xr-xutil/domd2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/domd b/util/domd
index 76b13d2c7b..9dd7ce59ba 100755
--- a/util/domd
+++ b/util/domd
@@ -17,7 +17,7 @@ if [ -z "$MAKEDEPEND" ] ; then
MAKEDEPEND=makedepend
fi
-if ${MAKEDEPEND} --version 2>&1 | egrep "clang|gcc" >/dev/null
+if ${MAKEDEPEND} --version 2>&1 | egrep "clang|gcc" >/dev/null ; then
args=""
while [ $# -gt 0 ]; do
if [ "$1" != '--' ] ; then