summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-01-29 17:36:21 +0100
committerRich Salz <rsalz@openssl.org>2016-01-29 17:36:21 +0100
commit723acb144551e7d81ec2e745d12fc8b6a6513eb1 (patch)
treedf2bca87ab90bc1169ae7ae75254ba6d68edbb04
parentDon't replace cflags with thread_cflags, only append the latter (diff)
downloadopenssl-723acb144551e7d81ec2e745d12fc8b6a6513eb1.tar.xz
openssl-723acb144551e7d81ec2e745d12fc8b6a6513eb1.zip
Merge error, wrong domd submitted.
Reviewed-by: Richard Levitte <levitte@openssl.org>
-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