Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
31c85233
Commit
31c85233
authored
Nov 17, 2014
by
Marco Ippolito
Committed by
Toshio Kuratomi
Jan 10, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated shebang from #!/bin/bash to #!/usr/bin/env bash (more flexible)
parent
b0486f7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docsite/rst/guide_gce.rst
+1
-1
hacking/env-setup
+1
-1
No files found.
docsite/rst/guide_gce.rst
View file @
31c85233
...
@@ -133,7 +133,7 @@ For the following use case, let's use this small shell script as a wrapper.
...
@@ -133,7 +133,7 @@ For the following use case, let's use this small shell script as a wrapper.
.. code-block:: bash
.. code-block:: bash
#!/
bin/
bash
#!/
usr/bin/env
bash
PLAYBOOK="$1"
PLAYBOOK="$1"
if [[ -z $PLAYBOOK ]]; then
if [[ -z $PLAYBOOK ]]; then
...
...
hacking/env-setup
View file @
31c85233
#!/
bin/
bash
#!/
usr/bin/env
bash
# usage: source ./hacking/env-setup [-q]
# usage: source ./hacking/env-setup [-q]
# modifies environment for running Ansible from checkout
# modifies environment for running Ansible from checkout
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment