You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This option appears to have been silently broken for some time due to the following
issues:
- The cut tool returns the entire input if no delimiter exists despite the -f sswitch.
Added -s to ensure the output is empty in this case as expected. Without this fix
it would erroneously accept --enable-mca-direct=foo.
- Use braces around expansion of local variables. Without this the DIRECT_whatever
variables are not set properly.
- Check if more than one direct component has been specified for a framework.
- Check if a direct component actually exists.
Tested the fix with pml-ob1 and it now works as expected.
Signed-off-by: Nathan Hjelm <hjelmn@google.com>
(cherry picked from commit c153220)
0 commit comments