### Issue In `build_functions.sh`, in the function `module_install`, executing line 251 ```bash echo -e "${module@P}" >"${module_path}" ``` raises the following error for me on JURECA-DC: ```bash mkdir: created directory '<my/module/path>/modules/nest-simulator/3.2' <my/Builder/path>/build_functions.sh: line 251: INSTALLDIR: unbound variable ``` ### Workaround: Skipping the `if`-case by deleting lines 250 – 253, removing one level of indent from lines 254 – 280, deleting line 281.