diff mbox

[cbuild2,2/4] cbuild2.sh: correct --disable "boostrap" -> "bootstrap" option.

Message ID 1381423216-21180-3-git-send-email-ryan.arnold@linaro.org
State New
Headers show

Commit Message

Ryan S. Arnold Oct. 10, 2013, 4:40 p.m. UTC
From: "Ryan S. Arnold" <ryan.arnold@linaro.org>

---
 cbuild2.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/cbuild2.sh b/cbuild2.sh
index e4ce56d..8213d44 100755
--- a/cbuild2.sh
+++ b/cbuild2.sh
@@ -252,7 +252,7 @@  while test $# -gt 0; do
 	# these are enabled by default, but not always desired.
 	--disable)
 	    case $2 in
-		boostrap|b*)
+		bootstrap|b*)
 		    bootstrap=no
 		    ;;
 		check|c*)