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

[dunecontrol]

bug fix in m4create:
- the current module is stored in $mainmod, not $module

[[Imported from SVN: r6838]]
parent 7e4fb747
Branches
Tags
No related merge requests found
......@@ -726,7 +726,7 @@ case "$command" in
version=`eval echo \\${VERS_$mainmod}`
maintainer=`eval echo \\${MAIN_$mainmod}`
# get dependencies
eval deps=\$DEPS_$module
eval deps=\$DEPS_$mainmod
#initially remove leading space
deps=`echo "$deps" | sed 's/^ *//'`
while test -n "$deps"; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment