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

This commit is contained in:
Marco Ippolito 2014-11-17 22:23:18 +01:00 committed by Toshio Kuratomi
commit 31c8523371
2 changed files with 2 additions and 2 deletions

View file

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