mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-05 21:02:48 +00:00
Merge pull request #4969 from phy1729/devel
Add zsh support for working dir independant sourcing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user