Skip to content

Commit aa689d5

Browse files
committed
Add missing '!' to shebang line in some bash scripts
1 parent fe6487d commit aa689d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

tools/build-libs.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/bin/bash
1+
#!/bin/bash
22

33
#remove previous build
44
rm -rf ./out ./build

tools/install-esp-idf.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/bin/bash
1+
#!/bin/bash
22

33
source ./tools/config.sh
44

tools/update-components.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#/bin/bash
1+
#!/bin/bash
22

33
source ./tools/config.sh
44

0 commit comments

Comments
 (0)