From: David Carlton Date: Sat, 8 Feb 2003 00:39:53 +0000 (+0000) Subject: 2003-02-07 David Carlton X-Git-Tag: binutils-2_14-branchpoint~899 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1c1c0f6a0c2b23bdb42f7df46d78261d7a7331e;p=thirdparty%2Fbinutils-gdb.git 2003-02-07 David Carlton * gdb_mbuild.sh: Delete extra shift after parsing '-f'. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f169218af13..f4ebd8f7c9b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-02-07 David Carlton + + * gdb_mbuild.sh: Delete extra shift after parsing '-f'. + 2003-02-07 Kevin Buettner * gdbtypes.h (struct main_type): Move ``length'' field from here... diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh index a23ea5e12d3..fc1721904b8 100755 --- a/gdb/gdb_mbuild.sh +++ b/gdb/gdb_mbuild.sh @@ -85,7 +85,8 @@ do ;; -f ) # Force a rebuild - force=true ; shift ;; + force=true ; + ;; -v ) # Be more, and more, and more, verbose verbose=`expr ${verbose} + 1`