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
No related branches found
No related tags found
No related merge requests found
Pipeline #57718 passed
...@@ -96,9 +96,9 @@ done ...@@ -96,9 +96,9 @@ done
# source also radiohdl, args and vhdl_style tools # source also radiohdl, args and vhdl_style tools
. ${GIT}/radiohdl/init_radiohdl.sh . ${GIT}/radiohdl/init_radiohdl.sh
if [[ -d "${HDL_WORK}/../args" ]]; then if [[ -d "${GIT}/args" ]]; then
. ${GIT}/args/init_args.sh . ${GIT}/args/init_args.sh
fi fi
if [[ -d "${HDL_WORK}/../vhdlstyle" ]]; then if [[ -d "${GIT}/vhdlstyle" ]]; then
. ${GIT}/vhdlstyle/init_vhdl_style.sh . ${GIT}/vhdlstyle/init_vhdl_style.sh
fi fi
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