Skip to content

Commit 9a368bd

Browse files
committed
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 <[email protected]>
1 parent cc2d86e commit 9a368bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/linux_build_toolchain.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function usage()
2121
echo " Default is ${SDK_DIR}"
2222
echo ""
2323
echo " -o Build directory, for building artifacts and final output. Optional."
24-
echo " Default is ${WORKSPACE}"
24+
echo " Default is ${BUILD_DIR}"
2525
echo ""
2626
echo " -h This help."
2727
echo ""

0 commit comments

Comments
 (0)