mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible)
This commit is contained in:
committed by
Toshio Kuratomi
parent
b0486f7a20
commit
31c8523371
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# usage: source ./hacking/env-setup [-q]
|
||||
# modifies environment for running Ansible from checkout
|
||||
|
||||
|
||||
Reference in New Issue
Block a user