From aa689d58f9f5a9a80f2aceaf039fe0af377a05ca Mon Sep 17 00:00:00 2001 From: Craig Leres Date: Sun, 19 Apr 2020 16:11:48 -0700 Subject: [PATCH] Add missing '!' to shebang line in some bash scripts --- tools/build-libs.sh | 2 +- tools/install-esp-idf.sh | 2 +- tools/update-components.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/build-libs.sh b/tools/build-libs.sh index 33d5daaa3..49a668826 100755 --- a/tools/build-libs.sh +++ b/tools/build-libs.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash #remove previous build rm -rf ./out ./build diff --git a/tools/install-esp-idf.sh b/tools/install-esp-idf.sh index ad62e7155..9b625d0ab 100755 --- a/tools/install-esp-idf.sh +++ b/tools/install-esp-idf.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash source ./tools/config.sh diff --git a/tools/update-components.sh b/tools/update-components.sh index 7cae8c15e..52c5b6f65 100755 --- a/tools/update-components.sh +++ b/tools/update-components.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash source ./tools/config.sh