Skip to content
Snippets Groups Projects
Commit 1fad57af authored by Martin Nolte's avatar Martin Nolte
Browse files

don't build anything if skipfirst is used and only one module is in the list

[[Imported from SVN: r6228]]
parent b5c38748
No related branches found
No related tags found
No related merge requests found
......@@ -505,7 +505,7 @@ create_module_list() {
fi
if test "x$SKIPFIRST" = "xyes" ; then
export MODULES=`echo $MODULES | cut '--delimiter= ' --fields=2-`
export MODULES=`echo $MODULES " " | cut '--delimiter= ' --fields=2-`
fi
}
......
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