Skip to content
Snippets Groups Projects
Commit 0e429dad authored by Henry Weller's avatar Henry Weller
Browse files

wmake: export WM_SCHEDULER from sub-shell for non-POSIX bash compliance

parent a27eb13a
Branches
Tags
1 merge request!60Merge foundation
......@@ -337,7 +337,7 @@ then
(
export WM_COLLECT_DIR=$WM_PROJECT_DIR/platforms/${WM_OPTIONS}/${PWD////_}
WM_SCHEDULER=wmakeCollect
export WM_SCHEDULER=wmakeCollect
trap '$WM_SCHEDULER -kill' TERM INT
$WM_SCHEDULER -clean \
&& wmake -all objects \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment