Commit 6be3286f authored by Andy Polyakov's avatar Andy Polyakov
Browse files

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: default avatarRichard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/7298)
parent fff1da43
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ if [ "$1" = "-MD" ]; then
        MAKEDEPEND="$MAKEDEPEND $1"
        shift
    done
    shift
fi
if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi