summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2018-09-23 16:38:11 +0200
committerAndy Polyakov <appro@openssl.org>2018-10-12 20:46:44 +0200
commit6be3286fee187edb3c133910c6ec27d21a75976b (patch)
tree450c7ccbb98518a2e880b637a0de75a5a4747ded /util
parentfff1da43be2236995cdf5ef2f3e2a51be232ba85 (diff)
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)
Diffstat (limited to 'util')
-rwxr-xr-xutil/domd1
1 files changed, 0 insertions, 1 deletions
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