From 5761538866d67ed96a9cdc46ba1914a73ca81d7e Mon Sep 17 00:00:00 2001 From: Michael Rupp <95718139+mykrupp@users.noreply.github.com> Date: Thu, 24 Mar 2022 20:36:06 -0400 Subject: [PATCH] add space to gn_efr32_example.sh (#16643) --- scripts/examples/gn_efr32_example.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/examples/gn_efr32_example.sh b/scripts/examples/gn_efr32_example.sh index 1b0bf0ff50e3c1..0ce40ef66d7287 100755 --- a/scripts/examples/gn_efr32_example.sh +++ b/scripts/examples/gn_efr32_example.sh @@ -159,7 +159,7 @@ else arm-none-eabi-size -A "$BUILD_DIR"/*.out # Generate bootloader file - if [ "${BUILD_DIR:0:2}" == "./"]; then + if [ "${BUILD_DIR:0:2}" == "./" ]; then BUILD_DIR_TRIMMED="${BUILD_DIR:2}" S37_PATH=$(find "$BUILD_DIR_TRIMMED" -type f -name "*.s37") if [ -z "$S37_PATH" ]; then