mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Handle login shell bash processes hence match $0 with "*bash"
This commit is contained in:
parent
64995bfc22
commit
6d2e94966c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
# When run using source as directed, $0 gets set to bash, so we must use $BASH_SOURCE
|
||||
case "$0" in
|
||||
(bash)
|
||||
(*bash)
|
||||
HACKING_DIR=${BASH_SOURCE%/*};;
|
||||
(*)
|
||||
HACKING_DIR=${0%/*};;
|
||||
|
|
Loading…
Reference in a new issue