Message316946
My first attempt was instead of
*gcc*
to just check for
*gcc
this avoids when "icc" is the last part of the string, I admit this is not too strong.
Another approach is to use basename with cut -d " " -f 1 to pick just the first parameter, but maybe the best way is to do something like this:
gcc|*/gcc|*-gcc
I confirm the "icc-find-v2.patch" works in this way |
|
Date |
User |
Action |
Args |
2018-05-17 15:15:57 | locutusofborg | set | recipients:
+ locutusofborg, zach.ware, josh.r, struktured |
2018-05-17 15:15:57 | locutusofborg | set | messageid: <1526570157.35.0.682650639539.issue28584@psf.upfronthosting.co.za> |
2018-05-17 15:15:57 | locutusofborg | link | issue28584 messages |
2018-05-17 15:15:57 | locutusofborg | create | |
|