diff options
author | Marco Ippolito <maroloccio@gmail.com> | 2014-11-17 22:23:18 +0100 |
---|---|---|
committer | Toshio Kuratomi <toshio@fedoraproject.org> | 2015-01-11 02:21:43 +0100 |
commit | 31c852337138f8aadf17998f04f84e4487dee000 (patch) | |
tree | 1e72ce28d113261c651b33881e7bfbf9e6e829c0 /hacking/env-setup | |
parent | Updating submodule pointer for v2 (diff) | |
download | ansible-31c852337138f8aadf17998f04f84e4487dee000.tar.xz ansible-31c852337138f8aadf17998f04f84e4487dee000.zip |
Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible)
Diffstat (limited to 'hacking/env-setup')
-rwxr-xr-x | hacking/env-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hacking/env-setup b/hacking/env-setup index 59bc7c21f3..ffe6084075 100755 --- a/hacking/env-setup +++ b/hacking/env-setup @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # usage: source ./hacking/env-setup [-q] # modifies environment for running Ansible from checkout |