Skip to content

Commit

Permalink
Restyled by shellharden
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Mar 18, 2022
1 parent 6eb241d commit 3a48a14
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 @@ -154,7 +154,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}"
else
BUILD_DIR_TRIMMED="${BUILD_DIR#*/}"
Expand Down

0 comments on commit 3a48a14

Please sign in to comment.