mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 02:30:22 -07:00
Merge pull request #4969 from phy1729/devel
Add zsh support for working dir independant sourcing
This commit is contained in:
commit
855b9bdea5
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
# When run using source as directed, $0 gets set to bash, so we must use $BASH_SOURCE
|
||||
if [ -n "$BASH_SOURCE" ] ; then
|
||||
HACKING_DIR=`dirname $BASH_SOURCE`
|
||||
elif [ ${0:(-9)} = "env-setup" ]; then
|
||||
HACKING_DIR=`dirname $0`
|
||||
else
|
||||
HACKING_DIR="$PWD/hacking"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue