Skip to content
Snippets Groups Projects
Commit e96fa7ba authored by David Georg Reichelt's avatar David Georg Reichelt
Browse files

Fix base-dir for Kieker-java and Kieker-python

parent e71cecf3
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if [ ! -d "${BASE_DIR}" ] ; then
exit 1
fi
MAIN_DIR="${BASE_DIR}/../../.."
MAIN_DIR="${BASE_DIR}/../.."
if [ -f "${MAIN_DIR}/common-functions.sh" ] ; then
source "${MAIN_DIR}/common-functions.sh"
......
......@@ -17,7 +17,7 @@ if [ ! -d "${BASE_DIR}" ] ; then
exit 1
fi
MAIN_DIR="${BASE_DIR}/../../.."
MAIN_DIR="${BASE_DIR}/../.."
if [ -f "${MAIN_DIR}/common-functions.sh" ] ; then
source "${MAIN_DIR}/common-functions.sh"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment