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

changed paths to other init files to absolute paths

parent 95b85f2a
Branches
Tags
No related merge requests found
Pipeline #57717 passed
...@@ -95,10 +95,10 @@ for altera_dir in ${ALTERA_DIR}/*; do ...@@ -95,10 +95,10 @@ for altera_dir in ${ALTERA_DIR}/*; do
done done
# source also radiohdl, args and vhdl_style tools # source also radiohdl, args and vhdl_style tools
. ../radiohdl/init_radiohdl.sh . ${GIT}/radiohdl/init_radiohdl.sh
if [[ -d "${HDL_WORK}/../args" ]]; then if [[ -d "${HDL_WORK}/../args" ]]; then
. ../args/init_args.sh . ${GIT}/args/init_args.sh
fi fi
if [[ -d "${HDL_WORK}/../vhdlstyle" ]]; then if [[ -d "${HDL_WORK}/../vhdlstyle" ]]; then
. ../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.
Please register or to comment