*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / gdb_mbuild.sh
index a23ea5e12d362fd31b069846d70ae279f1a3e989..f7037a3c6e943d69bafd3ac993e627e13eea1a6f 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`
@@ -204,7 +205,7 @@ do
     trap "exit 1"  1 2 15
     dir=${builddir}/${target}
 
-    # Should a scratch rebuild be forced, for perhaphs the entire
+    # Should a scratch rebuild be forced, for perhaps the entire
     # build be skipped?
 
     if ${force}
This page took 0.023665 seconds and 4 git commands to generate.