[cmucl-commit] CMUCL commit: src/tools (build-all.sh)
    Raymond Toy 
    rtoy at common-lisp.net
       
    Sat Jan  8 00:43:58 CET 2011
    
    
  
    Date: Friday, January 7, 2011 @ 18:43:58
  Author: rtoy
    Path: /project/cmucl/cvsroot/src/tools
Modified: build-all.sh
Oops.  Forgot to tell getopts about the -B option.
--------------+
 build-all.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Index: src/tools/build-all.sh
diff -u src/tools/build-all.sh:1.2 src/tools/build-all.sh:1.3
--- src/tools/build-all.sh:1.2	Wed Oct 27 20:01:46 2010
+++ src/tools/build-all.sh	Fri Jan  7 18:43:58 2011
@@ -37,7 +37,7 @@
 BASE=build
 CREATE_OPT=""
 
-while getopts "Ub:v:C:o:8:?" arg
+while getopts "UB:b:v:C:o:8:?" arg
 do
     case $arg in
       b) BASE="$OPTARG" ;;
    
    
More information about the cmucl-commit
mailing list