Skip to content

Commit

Permalink
Adding missing shebang
Browse files Browse the repository at this point in the history
This script has no bash-ism, so /bin/sh (dash on Debian/Ubuntu) is fine.
  • Loading branch information
HinTak committed Sep 18, 2020
1 parent bb09e9d commit 8ea751c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builddtbo.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh
#dtoverlay -r seeed-2mic-voicecard
DTC_FLAGS="-b 0 -Wno-unit_address_vs_reg -I dts -O dtb"

Expand Down

0 comments on commit 8ea751c

Please sign in to comment.