mirror of
https://github.com/zebrajr/ansible.git
synced 2026-01-15 12:15:19 +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
@@ -133,7 +133,7 @@ For the following use case, let's use this small shell script as a wrapper.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
PLAYBOOK="$1"
|
||||
|
||||
if [[ -z $PLAYBOOK ]]; then
|
||||
|
||||
@@ -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