diff options
author | David Woodhouse <dwmw2@infradead.org> | 2020-09-08 09:26:34 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2020-09-19 13:39:29 +0100 |
commit | 7190fb2da46bca02c233432db2cad57655208b68 (patch) | |
tree | 92bb8dbe92e39687e35993e5ae15600f8906e096 /scripts/ipkg-remove | |
parent | d10b738c4b50d24a474c865ea7d0dca0fe623245 (diff) | |
download | upstream-7190fb2da46bca02c233432db2cad57655208b68.tar.gz upstream-7190fb2da46bca02c233432db2cad57655208b68.tar.bz2 upstream-7190fb2da46bca02c233432db2cad57655208b68.zip |
mediatek: mt7623: use bash for generating bootable images
It turns out that 'echo -e' isn't portable; it doesn't work in the dash
builtin echo and Ubuntu users are complaining.
I can't even get octal (specified by POSIX) to work consistently because
those variants of 'echo' which *do* support -e don't seem to interpret
octalwithout it.
I could switch to /bin/echo but using -e with that isn't actually
portable *either* even though it works today.
For now just stick with bash, and use its builtin. We may end up using
something else entirely; perhaps perl.
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'scripts/ipkg-remove')
0 files changed, 0 insertions, 0 deletions