Skip to content
Snippets Groups Projects
Commit 571e8b17 authored by Pieter Donker's avatar Pieter Donker
Browse files

changed paths to other init files to absolute paths 2

parent 1c41ad98
Branches
No related tags found
No related merge requests found
Pipeline #57718 passed
......@@ -96,9 +96,9 @@ done
# source also radiohdl, args and vhdl_style tools
. ${GIT}/radiohdl/init_radiohdl.sh
if [[ -d "${HDL_WORK}/../args" ]]; then
if [[ -d "${GIT}/args" ]]; then
. ${GIT}/args/init_args.sh
fi
if [[ -d "${HDL_WORK}/../vhdlstyle" ]]; then
if [[ -d "${GIT}/vhdlstyle" ]]; then
. ${GIT}/vhdlstyle/init_vhdl_style.sh
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment