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

[dunecontrol]

fix reset of SORT_*_DONE_* flags after changing the naming scheme

[[Imported from SVN: r6842]]
parent df1c0b4d
Branches
Tags
No related merge requests found
......@@ -249,7 +249,8 @@ sort_modules() {
export MODULES="$SORTEDMODULES"
# clean up temporary variables
for m in $MODULES; do
export SORT_DONE_$m=""
export SORT_DEPS_DONE_$m=""
export SORT_SUGS_DONE_$m=""
done
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment