Remove shebang line
The env-setup script is not intended to be run directly, so it does not need a shebang line, which might even create the wrong expectations. Signed-off-by: martin f. krafft <madduck@madduck.net>pull/4420/head
parent
995ef374db
commit
013cd38929
|
@ -1,4 +1,3 @@
|
||||||
#!/bin/bash
|
|
||||||
# usage: source env-setup [-q]
|
# usage: source env-setup [-q]
|
||||||
# source hacking/env-setup [-q]
|
# source hacking/env-setup [-q]
|
||||||
# . ./env-setup [-q]
|
# . ./env-setup [-q]
|
||||||
|
|
Loading…
Reference in New Issue