From 6be3286fee187edb3c133910c6ec27d21a75976b Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 23 Sep 2018 16:38:11 +0200 Subject: [PATCH] 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 (Merged from https://github.com/openssl/openssl/pull/7298) --- util/domd | 1 - 1 file changed, 1 deletion(-) diff --git a/util/domd b/util/domd index 6eb019ea16..849e271f95 100755 --- a/util/domd +++ b/util/domd @@ -11,7 +11,6 @@ if [ "$1" = "-MD" ]; then MAKEDEPEND="$MAKEDEPEND $1" shift done - shift fi if [ "$MAKEDEPEND" = "" ]; then MAKEDEPEND=makedepend; fi -- 2.25.1