- 03 Jun, 2015 1 commit
-
-
Matt Martz 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
-
- 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
-
- 14 Jun, 2013 2 commits
-
-
'source' is actually a "bashism" and the POSIX-way of sourcing a file uses the single dot (which is arguably less readable). Both yield the same result, and since the script may now also be sourced from within the hacking directory, this commit expands the usage synopsis accordingly. Signed-off-by: martin f. krafft <madduck@madduck.net> Conflicts: hacking/env-setup
martin f. krafft committed -
Bash needs a special case to determine the dirname of the sourced path (the hacking dir), but in all other cases, using $0 allows the script to be sourced also from within the hacking directory, not only from its parent. Signed-off-by: martin f. krafft <madduck@madduck.net>
martin f. krafft committed
-
- 18 Mar, 2013 1 commit
-
-
Michael DeHaan committed
-
- 20 Feb, 2013 1 commit
-
-
Yves Dorfsman committed
-
- 28 Jan, 2013 1 commit
-
-
junyoung committed
-
- 23 Jan, 2013 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 13 Jan, 2013 1 commit
-
-
Blair Zajac committed
-