From f1db2e216fe7c7cd99e87f99b1b20a8240a57552 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 12 Oct 2024 13:21:11 -0700 Subject: [PATCH] contrib: Show actual default build dir in linux_build_toolchain.sh Need to use BUILD_DIR instead of WORKSPACE as the latter hasn't been set at this point. Signed-off-by: Keith Packard --- contrib/linux_build_toolchain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/linux_build_toolchain.sh b/contrib/linux_build_toolchain.sh index 386014a2..d4a11395 100755 --- a/contrib/linux_build_toolchain.sh +++ b/contrib/linux_build_toolchain.sh @@ -21,7 +21,7 @@ function usage() echo " Default is ${SDK_DIR}" echo "" echo " -o Build directory, for building artifacts and final output. Optional." - echo " Default is ${WORKSPACE}" + echo " Default is ${BUILD_DIR}" echo "" echo " -h This help." echo ""