diff options
author | Aditya Tayade <Aditya.Tayade@kpit.com> | 2024-10-21 17:20:26 +0530 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-10-25 15:25:32 +0100 |
commit | d68d0ba16b1d7ae296060748832886bdeef338aa (patch) | |
tree | ba9490d97d1fe616e2a38856aaa9cf5677ea2c21 /scripts/cve-json-to-text.py | |
parent | 35722f46e555c6605a759d6f3f07f40646f53e2f (diff) | |
download | poky-d68d0ba16b1d7ae296060748832886bdeef338aa.tar.gz |
e2fsprogs: removed 'sed -u' option
In embedded box, sed might be provided another providers like Busybox,
hence use generic options whenever possible.
/bin/sed -> /etc/alternatives/sed
/etc/alternatives/sed -> /bin/busybox.nosuid
Here used 'sed -u' option is not necessary, hence removed it.
Fixes below error:
sed: invalid option -- 'u'
Also added 'set -eux' option which halts execution of the script
on any failures.
(From OE-Core rev: 07caee1829d2a61bc018fe0e37ecd482922179ee)
Signed-off-by: Aditya Tayade <Aditya.Tayade@kpit.com>
Signed-off-by: Pawan Badganchi <Pawan.Badganchi@kpit.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/cve-json-to-text.py')
0 files changed, 0 insertions, 0 deletions