- 17 Sep, 2015 2 commits
-
-
James Cammarata committed
-
EC committed
-
- 02 Sep, 2015 2 commits
-
-
Luke Rohde committed
-
Luke Rohde committed
-
- 14 Aug, 2015 1 commit
-
-
rm can have an alias to 'rm -i', which will make sourcing hang when '-q' is enabled.
Jody Frankowski committed
-
- 07 Aug, 2015 1 commit
-
-
Abhijit Menon-Sen committed
-
- 23 Jul, 2015 1 commit
-
-
Sheldon Hearn committed
-
- 27 Mar, 2015 1 commit
-
-
Matt Martz committed
-
- 15 Mar, 2015 2 commits
-
-
Toshio Kuratomi committed
-
The default ksh in OpenBSD throws the following error: === $ . hacking/env-setup ksh: hacking/env-setup[23]: ${.sh.file}": bad substitution [...] === The same error can be seen on Linux if pdksh is used.
Patrik Lundin committed
-
- 09 Feb, 2015 1 commit
-
-
cherry picked from https://github.com/ansible/ansible/pull/6899
Toshio Kuratomi committed
-
- 25 Jan, 2015 1 commit
-
-
For example, pdksh $0 contains '-ksh'.
rpe-github committed
-
- 19 Jan, 2015 6 commits
-
-
Marco Ippolito committed
-
The replaced code only created a text file called `1' in the current directory, it did *not* redirect output.
Marco Ippolito committed -
POSIX section 2.7.4 defines here-documents.
Marco Ippolito committed -
Conflicts: hacking/env-setup
Marco Ippolito committed -
Conflicts: hacking/env-setup
Marco Ippolito committed -
Marco Ippolito committed
-
- 18 Jan, 2015 2 commits
-
-
Toshio Kuratomi committed
-
Toshio Kuratomi committed
-
- 15 Jan, 2015 1 commit
-
-
Fixes #9991
Toshio Kuratomi committed
-
- 13 Jan, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 12 Jan, 2015 1 commit
-
-
Toshio Kuratomi committed
-
- 11 Jan, 2015 3 commits
-
-
Conflicts: hacking/env-setup
Marco Ippolito committed -
Conflicts: hacking/env-setup
Marco Ippolito committed -
Marco Ippolito committed
-
- 28 Oct, 2014 1 commit
-
-
In order that scripts like this can work ``` #!/bin/bash ansible -vvvv tag_instance_type_foo-training -i "${ANSIBLE_HOME}/plugins/inventory/ec2.py" --private-key=~/Downloads/foo-training.pem -u ec2-user -m ping ```
Bryan Hunt committed
-
- 26 Sep, 2014 1 commit
-
-
Michael DeHaan committed
-
- 06 May, 2014 1 commit
-
-
Toshio Kuratomi committed
-
- 12 Feb, 2014 1 commit
-
-
hacking/env-setup now adds the configured library path in ANSIBLE_CONFIG to the ANSIBLE_LIBRARY environment variable in addition to the previous default of ANSIBLE_HOME/library. This replaces #5950.
willthames committed
-
- 04 Dec, 2013 1 commit
-
-
This fixes issue #5026. It used to work. The regression was introduced in 2b3381de.
Jens Rantil committed
-
- 19 Nov, 2013 1 commit
-
-
phy1729 committed
-
- 30 Jun, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 23 Jun, 2013 2 commits
-
-
Stoned Elipot committed
-
Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed
-
- 20 Jun, 2013 4 commits
-
-
This replaces double conditional brackets with single ones and gets ris of bashisms, so that the tool should be sourcable from any POSIX shell. Constructs like [ $foo = "$bar"* ] yield filesystem-globbing behaviour according to POSIX. A compliant way is to use case statements. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
In case paths contain spaces, it's better to consistently quote variables, and to use $() instead of `` for external invocations. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
dirname/basename do not need an external process, shell variable expansion can be made to do the same a bit faster. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed -
The env-setup script is not intended to be run directly, so it does not need a shebang line, which might even create the wrong expectations. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed
-