summaryrefslogtreecommitdiff
path: root/scripts/lib/build_perf
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2018-08-01 13:25:35 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-14 11:36:22 +0100
commit41688279cba3a5afc4fdc65fd245b9bb6ada695e (patch)
tree08d8aca3176c80dd6d75eb7379e6b971488c5a1a /scripts/lib/build_perf
parent4af10fe67a31368163bb5d468ee2c5a85ce0fff3 (diff)
downloadopenembedded-core-41688279cba3a5afc4fdc65fd245b9bb6ada695e.tar.gz
openembedded-core-41688279cba3a5afc4fdc65fd245b9bb6ada695e.tar.bz2
openembedded-core-41688279cba3a5afc4fdc65fd245b9bb6ada695e.zip
base-files: fix handling of resize
The current handling of resize is incorrect. Using `resize > /dev/null 2>&1 && resize > /dev/null' will cause the second resize command to not execute because 'resize > /dev/null 2>&1' will fail for resize utility from busybox. What we really should do is just to check whether ${bindir}/resize is executable and execute it if so. Using '-x' is sufficient. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/build_perf')
0 files changed, 0 insertions, 0 deletions