From f2d320d607a0359cae64b6def40bd93f56ce3652 Mon Sep 17 00:00:00 2001 From: Frank Hoedemakers Date: Thu, 12 Sep 2024 08:52:24 +0200 Subject: [PATCH] Refactor bld.sh and CMakeLists.txt --- bld.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bld.sh b/bld.sh index 6f913b2..3f45f43 100755 --- a/bld.sh +++ b/bld.sh @@ -4,7 +4,7 @@ APP=picosmsPlus PROJECT="pico-smsPlus" function usage() { - echo "Build script for the ${APP} project" + echo "Build script for the ${PROJECT} project" echo "" echo "Usage: $0 [-d] [-2] [-c ]" echo "Options:"