4
0
mirror of https://github.com/QuasarApp/openssl.git synced 2025-05-03 21:19:39 +00:00

util/domd: omit superfluous shift in -MD handling.

While reviewing last modification in GH#6261 Richard actually spotted
the inconsistency, but withdrew the remark, correct one in aftermath...

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7298)
This commit is contained in:
Andy Polyakov 2018-09-23 16:38:11 +02:00
parent fff1da43be
commit 6be3286fee

@ -11,7 +11,6 @@ if [ "$1" = "-MD" ]; then
MAKEDEPEND="$MAKEDEPEND $1"
shift
done
shift
fi
if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi