diff options
author | Richard Tollerton <rich.tollerton@ni.com> | 2014-11-05 15:06:16 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-09 10:17:06 +0000 |
commit | 0870d9115546ad3b456af52ed45e46e637874a48 (patch) | |
tree | fe13be46abc85d40c0f997ed8c32962b60ec6204 /scripts/runqemu-addptable2image | |
parent | c7eca550b0c11c040440ee2610c5eb1e78ed5be4 (diff) | |
download | openembedded-core-0870d9115546ad3b456af52ed45e46e637874a48.tar.gz openembedded-core-0870d9115546ad3b456af52ed45e46e637874a48.tar.bz2 openembedded-core-0870d9115546ad3b456af52ed45e46e637874a48.zip |
populate_sdk_base: improve POSIXLY_CORRECT compat
The install script is sometimes called under POSIXLY_CORRECT. This
requires two fixes be made:
1. `find -perm /0000` is a gnuism; replace with an equivalent boolean
expression using `-perm -0000`.
2. POSIX grep requires that all options be passed on the command line
before all files; otherwise, the options must be parsed as filenames.
Signed-off-by: Richard Tollerton <rich.tollerton@ni.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/runqemu-addptable2image')
0 files changed, 0 insertions, 0 deletions