Skip to content

Commit 732bc16

Browse files
authored
The shebang must be on the first line (#77)
1 parent a9cf38a commit 732bc16

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tools/env/build_requirements_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
#
24
# Licensed to the Apache Software Foundation (ASF) under one or more
35
# contributor license agreements. See the NOTICE file distributed with
@@ -15,8 +17,6 @@
1517
# limitations under the License.
1618
#
1719

18-
#!/bin/sh
19-
2020
root_dir=$(dirname "$0")/../../
2121

2222
echo "Building requirements.txt"

tools/env/setup_linux.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/bin/sh
2+
13
#
24
# Licensed to the Apache Software Foundation (ASF) under one or more
35
# contributor license agreements. See the NOTICE file distributed with
@@ -15,8 +17,6 @@
1517
# limitations under the License.
1618
#
1719

18-
#!/bin/sh
19-
2020
root_dir=$(dirname "$0")/../../
2121

2222
echo "Creating virtual environment"

0 commit comments

Comments
 (0)