mirror of
https://github.com/ARM-software/devlib.git
synced 2025-09-06 20:11:53 +01:00
These quotes end up being passed literally into the shutils function arguments (i.e $3 is '-e', $4 is '"foo"') which means that the grep command never finds matches. `exclude` is a list of comms, which don't have spaces in them, so we can just remove the quotes.