Shebang in env

This patch removes the shebang from the env file. The file is – and
should always be – sourced and never be executed directly and should
thus not contain a shebang.

The file has also already no executable flag. Probably for the same
reason.

(cherry picked from commit b993be299523efadeabe79a7e4f17863218683cf)
This commit is contained in:
Lars Kiesow 2020-05-30 19:05:28 +02:00 committed by jbonofre
parent f91e81bf4c
commit 696315461f

View File

@ -1,4 +1,3 @@
#!/bin/sh
# ------------------------------------------------------------------------
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with