From 14b3fec05aa11797350501e71fd10a1e21b27c36 Mon Sep 17 00:00:00 2001 From: championquizzer Date: Wed, 30 Sep 2020 22:44:34 +0530 Subject: [PATCH] Fixed issues with shebang --- tools/env/build_requirements_linux.sh | 4 +--- tools/env/setup_linux.sh | 3 +-- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/tools/env/build_requirements_linux.sh b/tools/env/build_requirements_linux.sh index 9cdfea56..e379867b 100755 --- a/tools/env/build_requirements_linux.sh +++ b/tools/env/build_requirements_linux.sh @@ -1,4 +1,4 @@ -# +#!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. @@ -15,8 +15,6 @@ # limitations under the License. # -#!/bin/sh - root_dir=$(dirname "$0")/../../ echo "Building requirements.txt" diff --git a/tools/env/setup_linux.sh b/tools/env/setup_linux.sh index 39ea202c..03865079 100755 --- a/tools/env/setup_linux.sh +++ b/tools/env/setup_linux.sh @@ -1,4 +1,4 @@ -# +#!/bin/sh # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. @@ -15,7 +15,6 @@ # limitations under the License. # -#!/bin/sh root_dir=$(dirname "$0")/../../