From 26648ada2c4757f1152e14439c7b082e36e479c3 Mon Sep 17 00:00:00 2001 From: Yizhao Lang Date: Wed, 30 Sep 2020 15:21:45 -0400 Subject: [PATCH] The shebang must be on the first line --- tools/env/build_requirements_linux.sh | 4 ++-- tools/env/setup_linux.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/env/build_requirements_linux.sh b/tools/env/build_requirements_linux.sh index 9cdfea56..b9d19c3c 100755 --- a/tools/env/build_requirements_linux.sh +++ b/tools/env/build_requirements_linux.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -15,8 +17,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..6ec372df 100755 --- a/tools/env/setup_linux.sh +++ b/tools/env/setup_linux.sh @@ -1,3 +1,5 @@ +#!/bin/sh + # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -15,8 +17,6 @@ # limitations under the License. # -#!/bin/sh - root_dir=$(dirname "$0")/../../ echo "Creating virtual environment"