Skip to content

Commit dca3e75

Browse files
authored
Merge pull request espressif#11 from leres/master
Add missing '!' to shebang line in some bash scripts
2 parents fe6487d + aa689d5 commit dca3e75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: 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

Diff for: 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

Diff for: 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)