Skip to content
Snippets Groups Projects
Commit fbbe4df4 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

env_init: use BASH_SOURCE to detect file name when script is sourced

parent c064d982
No related branches found
No related tags found
1 merge request!81env_init: use BASH_SOURCE to detect file name when script is sourced
......@@ -10,7 +10,7 @@
# 2024-02-18 first lines <axel.hahn@unibe.ch>
# ======================================================================
cd "$( dirname "$0")" || exit 1
cd "$( dirname "${BASH_SOURCE[0]}")" || exit 1
typeset -A aJava
typeset -A aMaven
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment