From 571e8b17f9fd5de039562a0e279667a0124de78e Mon Sep 17 00:00:00 2001 From: donker <donker@astron.nl> Date: Tue, 12 Sep 2023 16:22:02 +0200 Subject: [PATCH] changed paths to other init files to absolute paths 2 --- init_hdl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init_hdl.sh b/init_hdl.sh index cbd78c5584..c9d0a5e4ea 100644 --- a/init_hdl.sh +++ b/init_hdl.sh @@ -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 -- GitLab