From d8e943e03cf87599336a18a1459518fcbf3689b7 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 12 Oct 2021 00:00:46 +0200 Subject: [PATCH] Change dest dir for build_all_firmwares.sh to avoid confusion --- tools/build_all_firmwares.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_all_firmwares.sh b/tools/build_all_firmwares.sh index 1d324da1f..54dd55d78 100755 --- a/tools/build_all_firmwares.sh +++ b/tools/build_all_firmwares.sh @@ -3,7 +3,7 @@ # These vars can be overriden by env variables echo "Makefile flags: ${MKFLAGS:=-j8}" -echo "Destination: ${DEST:=firmwares}" +echo "Destination: ${DEST:=firmware}" echo "Produce stats?: ${STATS:=false}" # Which parts to skip for the 256kb version?