From ea712f42796795fa6be7a93b3c3c58aa37870ee7 Mon Sep 17 00:00:00 2001
From: rtoy <rtoy>
Date: Fri, 7 Jan 2011 23:43:58 +0000
Subject: [PATCH] Oops.  Forgot to tell getopts about the -B option.

---
 tools/build-all.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/build-all.sh b/tools/build-all.sh
index 3ef79a401..9946e9f59 100755
--- a/tools/build-all.sh
+++ b/tools/build-all.sh
@@ -37,7 +37,7 @@ VERSION="CVS Head `date '+%Y-%m-%d %H:%M:%S'`"
 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" ;;
-- 
GitLab