diff options
author | Peter Seebach <peter.seebach@windriver.com> | 2012-05-14 17:49:23 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-15 18:51:13 +0100 |
commit | 441623224b73c82b4140aa9015823eb91a417cdc (patch) | |
tree | 4d618b49a3e0f59437391be4d7c3202120b455f1 /meta/recipes-gnome | |
parent | 389de8a24f1774d53b6d46142d213c0542a279ba (diff) | |
download | poky-441623224b73c82b4140aa9015823eb91a417cdc.tar.gz |
runqemu: replace bashism with working shell idiom
The =~ operator is not one of my favorites, not just due to portability
issues, but because it's not well known, and a lot of people might
not expect a regex operator.
The canonical shell idiom for this is to use case with alternation
and wildcards. As a side note, if you are matching anything containing
core-image-sato, you don't need to also check for core-image-sato-sdk.
(From OE-Core rev: 716ae8dbd1fb29292c9fca0f59d3807a54508e87)
Signed-off-by: Peter Seebach <peter.seebach@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome')
0 files changed, 0 insertions, 0 deletions