From 9a7e9b736ec614b51fb3a1cfb51e95a535406cd1 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Mon, 13 Mar 2017 04:17:39 +0800 Subject: [PATCH] Typo --- scripts/magisk_uninstaller.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/magisk_uninstaller.sh b/scripts/magisk_uninstaller.sh index fd50436eb..d245138c1 100644 --- a/scripts/magisk_uninstaller.sh +++ b/scripts/magisk_uninstaller.sh @@ -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() {