mirror of
https://github.com/openwrt/openwrt.git
synced 2025-03-23 12:35:33 +00:00
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> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
e45a274e07
commit
b9c88ed366
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# Copyright © 2019 Alexey Loukianov <lx2@lexa2.ru>
|
||||
# Copyright © 2020 David Woodhouse <dwmw2@infradead.org>
|
||||
|
Loading…
x
Reference in New Issue
Block a user