mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
config/path: add tolower function
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
b70c3ef107
commit
01ec28d91d
@ -288,6 +288,10 @@ kernel_path() {
|
|||||||
ls -d $ROOT/$BUILD/linux-[0-9]*
|
ls -d $ROOT/$BUILD/linux-[0-9]*
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tolower(){
|
||||||
|
echo "$@" | tr ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz
|
||||||
|
}
|
||||||
|
|
||||||
require_eglibc() {
|
require_eglibc() {
|
||||||
if [ "$TARGET_LIBC" != eglibc ]; then
|
if [ "$TARGET_LIBC" != eglibc ]; then
|
||||||
echo "$1 requires eglibc, aborting."
|
echo "$1 requires eglibc, aborting."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user