Skip to content

Echo command fails during module installation #51

@jasperalbers

Description

@jasperalbers

Issue

In build_functions.sh, in the function module_install, executing line 251

echo -e "${module@P}" >"${module_path}"

raises the following error for me on JURECA-DC:

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions