mirror of
https://github.com/ansible/ansible-documentation.git
synced 2026-03-27 13:28:51 +07:00
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>
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
# usage: source env-setup [-q]
|
||||
# source hacking/env-setup [-q]
|
||||
# . ./env-setup [-q]
|
||||
|
||||
Reference in New Issue
Block a user