summaryrefslogtreecommitdiffstats
path: root/hacking/env-setup
diff options
context:
space:
mode:
authorMarco Ippolito <maroloccio@gmail.com>2014-11-17 22:23:18 +0100
committerToshio Kuratomi <toshio@fedoraproject.org>2015-01-11 02:21:43 +0100
commit31c852337138f8aadf17998f04f84e4487dee000 (patch)
tree1e72ce28d113261c651b33881e7bfbf9e6e829c0 /hacking/env-setup
parentUpdating submodule pointer for v2 (diff)
downloadansible-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-xhacking/env-setup2
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