[cmucl-cvs] CMUCL commit: src/tools (build-all.sh)

7 Jan
2011
7 Jan
'11
11:43 p.m.
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" ;;
5178
Age (days ago)
5178
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Toy