mirror of https://github.com/ansible/ansible.git
env-setup: Don't use ${.sh.file} if shell is pdksh
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.
pull/10466/head
parent
22304afd1d
commit
731b268cd6
Loading…
Reference in New Issue