projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a450326
)
Merge error, wrong domd submitted.
author
Rich Salz
<rsalz@openssl.org>
Fri, 29 Jan 2016 16:36:21 +0000
(11:36 -0500)
committer
Rich Salz
<rsalz@openssl.org>
Fri, 29 Jan 2016 16:36:21 +0000
(11:36 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
util/domd
patch
|
blob
|
history
diff --git
a/util/domd
b/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