util/domd: omit superfluous shift in -MD handling.
authorAndy Polyakov <appro@openssl.org>
Sun, 23 Sep 2018 14:38:11 +0000 (16:38 +0200)
committerAndy Polyakov <appro@openssl.org>
Fri, 12 Oct 2018 18:46:44 +0000 (20:46 +0200)
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)

util/domd

index 6eb019ea1672d7e482ec0496017c19b9084cc2bd..849e271f950d73be293a1c255b7be761a78aeddd 100755 (executable)
--- 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