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.
This commit is contained in:
Lars Kiesow 2020-05-30 19:05:28 +02:00
parent 742feba11e
commit b993be2995
1 changed files with 0 additions and 1 deletions

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