2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-08-29 20:37:39 +00:00
This commit is contained in:
topjohnwu 2017-03-13 04:17:39 +08:00
parent c421e45fa0
commit 9a7e9b736e

View File

@ -15,7 +15,7 @@ SYSTEMLIB=/system/lib
umask 022
ui_print_wrapper() {
type ui_print_wrapper >/dev/null && ui_print "$1" || echo "$1"
type ui_print >/dev/null && ui_print "$1" || echo "$1"
}
grep_prop() {