]> 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:35:49 +0000 (00:35 +0000)
committerDavid Carlton <carlton@bactrian.org>
Sat, 8 Feb 2003 00:35:49 +0000 (00:35 +0000)
* gdb_mbuild.sh (keep): Delete extra shift after -f.

gdb/ChangeLog
gdb/gdb_mbuild.sh

index 4b7cb372d92b68e224c002de74258dab1754935f..4b3b5ff3581a8f93c75548790f38fc164643fabe 100644 (file)
@@ -1,5 +1,7 @@
 2003-02-07  David Carlton  <carlton@math.stanford.edu>
 
+       * gdb_mbuild.sh (keep): Delete extra shift after -f.
+
        * Merge with mainline; tag is carlton_dictionary-20030207-merge.
 
 2003-02-07  Andrew Cagney  <ac131313@redhat.com>
index a23ea5e12d362fd31b069846d70ae279f1a3e989..c5f5729e0cfd63a3335a71b978614c93dae2447a 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`