]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Merge error, wrong domd submitted.
authorRich Salz <rsalz@openssl.org>
Fri, 29 Jan 2016 16:36:21 +0000 (11:36 -0500)
committerRich Salz <rsalz@openssl.org>
Fri, 29 Jan 2016 16:36:21 +0000 (11:36 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
util/domd

index 76b13d2c7b51ec426306d893c730f955bac78ee8..9dd7ce59bae417c55c968ef2ace19d21fee4a407 100755 (executable)
--- 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