Skip to content

Commit

Permalink
add space to gn_efr32_example.sh (#16643)
Browse files Browse the repository at this point in the history
  • Loading branch information
mykrupp authored and pull[bot] committed Apr 1, 2022
1 parent c84ccef commit 5550025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/examples/gn_efr32_example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5550025

Please sign in to comment.