From 2df81379068a21ad2efdb815fccca7a99945239b Mon Sep 17 00:00:00 2001 From: agoncharov <agoncharov> Date: Sun, 1 Aug 2010 04:02:52 +0000 Subject: [PATCH] Fixing a trivial typo: 'G' rather than the second 'B' in 'getopts'. --- tools/cross-build-world.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cross-build-world.sh b/tools/cross-build-world.sh index 5d91032f7..7eb23d43f 100755 --- a/tools/cross-build-world.sh +++ b/tools/cross-build-world.sh @@ -17,7 +17,7 @@ do r) BUILD_RUNTIME=yes ;; l) LOAD_KERNEL=yes ;; B) BOOTSTRAP=$OPTARG ;; - B) MAKE=$OPTARG ;; + G) MAKE=$OPTARG ;; h | \?) usage; exit 1 ;; esac done -- GitLab