commit | 9eb6ba52bf749793486200ecac895dc6f2b61233 | [log] [tgz] |
---|---|---|
author | Rob Walker <robert_g_walker@apple.com> | Fri Jul 10 07:32:30 2020 -0700 |
committer | GitHub <noreply@github.com> | Fri Jul 10 10:32:30 2020 -0400 |
tree | fd8f9672af5df8e8014c7f86c05a419a27a11776 | |
parent | 6dc7f463efe732f9968b3f27f74019c17d8e7f8a [diff] [blame] |
bin/bash to /usr/bin/env bash (#1546)
diff --git a/gn_build.sh b/gn_build.sh index 3bd349c..77440d2 100755 --- a/gn_build.sh +++ b/gn_build.sh
@@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/usr/bin/env bash # # Copyright (c) 2020 Project CHIP Authors # @@ -14,6 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # +set -e CHIP_ROOT="$(dirname "$0")"