]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-02-07 David Carlton <carlton@math.stanford.edu>
authorDavid Carlton <carlton@bactrian.org>
Sat, 8 Feb 2003 00:39:53 +0000 (00:39 +0000)
committerDavid Carlton <carlton@bactrian.org>
Sat, 8 Feb 2003 00:39:53 +0000 (00:39 +0000)
* gdb_mbuild.sh: Delete extra shift after parsing '-f'.

gdb/ChangeLog
gdb/gdb_mbuild.sh

index f169218af1376612c38fedf80250ffc390f14c18..f4ebd8f7c9b9a0816e6eb8070bc7537b9d281705 100644 (file)
@@ -1,3 +1,7 @@
+2003-02-07  David Carlton  <carlton@math.stanford.edu>
+
+       * gdb_mbuild.sh: Delete extra shift after parsing '-f'.
+
 2003-02-07  Kevin Buettner  <kevinb@redhat.com>
 
        * gdbtypes.h (struct main_type): Move ``length'' field from here...
index a23ea5e12d362fd31b069846d70ae279f1a3e989..fc1721904b8cc03f551d51a594f9e09b35d9b865 100755 (executable)
@@ -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`