X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=util%2Fdomd;h=efbfb3ab6762304b0b9e90305b8fbbdc9d4bdcaa;hb=2cbc8d7de5265aa86f739a5f7806d95eb8c31c87;hp=f224b50e0f5e6c6efbe87bf314d938277e354462;hpb=6f0a93b0690a69100d618d30c2fa7d2ac6d9b07d;p=openssl.git diff --git a/util/domd b/util/domd index f224b50e0f..efbfb3ab67 100755 --- a/util/domd +++ b/util/domd @@ -14,7 +14,7 @@ if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi cp Makefile Makefile.save # fake the presence of Kerberos touch $TOP/krb5.h -if expr "$MAKEDEPEND" : 'cc' > /dev/null; then +if expr "$MAKEDEPEND" : '.*cc' > /dev/null; then args="" while [ $# -gt 0 ]; do if [ "$1" != "--" ]; then args="$args $1"; fi