commit | 4432b6f3f41d3169c4759799722cf226adf5b579 | [log] [tgz] |
---|---|---|
author | Po Hu <po.hu@mediatek.com> | Tue Apr 25 08:53:24 2017 +0800 |
committer | Po Hu <po.hu@mediatek.com> | Thu Apr 27 09:54:17 2017 +0000 |
tree | 43d3431a7ef19b43686b5a00c0b69a54c529dd85 | |
parent | e779206ade8deeec365e0e8f4fd100a8c98f07f0 [diff] |
Fix wrong usage of * in find command When KATI_FIND_EMULATOR is disabled, the following warning message will appear: find: paths must precede expression: build_id.h Usage: find [-H] [-L] [-P] [-Olevel] [-D help|tree|search|stat|rates|opt|exec] [path...] [expression] Because the * in 'find some/path -name *' command is wrongly expanded by shell. We should change * to "*". Change-Id: Ib051f47bb9335930944b8f63fd0fb54fbb867f31 Test: make KATI_EMULATE_FIND=false