From 9b629ac8c7702d5850ba6f62f63080815743d84d Mon Sep 17 00:00:00 2001 From: Adrian Mouat Date: Tue, 7 Jan 2020 12:05:20 +0000 Subject: [PATCH] Move hash bang to first line. For hash bang statements to take effect, they must be the first line in a script. Fixes #953. --- run_in_docker.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/run_in_docker.sh b/run_in_docker.sh index ba95243bd..80e29a966 100755 --- a/run_in_docker.sh +++ b/run_in_docker.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Copyright 2018 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -12,7 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -#!/bin/bash set -e if [ $# -lt 3 ]; then