Skip to content

Commit

Permalink
Fine. I'll put it back and then disable you
Browse files Browse the repository at this point in the history
  • Loading branch information
thebentern committed Nov 18, 2023
1 parent 9e3e360 commit 7b25296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rm -r $OUTDIR/* || true
# Important to pull latest version of libs into all device flavors, otherwise some devices might be stale
platformio pkg update

if [[ command -v raspi-config &>/dev/null; ]] then
if command -v raspi-config &>/dev/null; then
pio run --environment raspbian
cp .pio/build/raspbian/program $OUTDIR/meshtasticd_linux_arm64

Check notice on line 20 in bin/build-native.sh

View workflow job for this annotation

GitHub Actions / Trunk Check

shellcheck(SC2250)

[new] Prefer putting braces around variable references even when not strictly required.
else
Expand Down

0 comments on commit 7b25296

Please sign in to comment.