Skip to content
Snippets Groups Projects
Commit 8ae502d0 authored by Christian Engwer's avatar Christian Engwer
Browse files

[dunemodule]

export module name to make --current work properly again

[[Imported from SVN: r6839]]
parent c63d2a7a
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ parse_control() {
exit 1
fi
# create and check variable name from module name
module=$(fix_variable_name $name)
export module=$(fix_variable_name $name)
if ! check_modname "$module"; then
echo "ERROR: $CONTROL files $1 contains an invalid Module entry" >&2
exit 1
......
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