Current implementation of kafka-ranger-env.sh relies on the $0 bash variable,
However, when the script is sourced using the source or the . command, the $0 variable expands to text -bash which gives an error.
- links to
Current implementation of kafka-ranger-env.sh relies on the $0 bash variable,
However, when the script is sourced using the source or the . command, the $0 variable expands to text -bash which gives an error.