1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove shebang and execute perms for env-setup since it must be sourced

This commit is contained in:
Toshio Kuratomi 2015-01-12 08:03:53 -08:00
parent 375f4d701c
commit 245f934629

1
hacking/env-setup Executable file → Normal file
View file

@ -1,4 +1,3 @@
#!/usr/bin/env bash
# usage: source ./hacking/env-setup [-q] # usage: source ./hacking/env-setup [-q]
# modifies environment for running Ansible from checkout # modifies environment for running Ansible from checkout