Commit 31c85233 by Marco Ippolito Committed by Toshio Kuratomi

Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible)

parent b0486f7a
......@@ -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
......
#!/bin/bash
#!/usr/bin/env bash
# usage: source ./hacking/env-setup [-q]
# modifies environment for running Ansible from checkout
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment