2003-02-07 David Carlton <carlton@math.stanford.edu>
* gdb_mbuild.sh: Delete extra shift after parsing '-f'.
This commit is contained in:
parent
63a300ab1e
commit
e1c1c0f6a0
2 changed files with 6 additions and 1 deletions
|
@ -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...
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue