Commit 9a7e9b73 authored by topjohnwu's avatar topjohnwu

Typo

parent c421e45f
...@@ -15,7 +15,7 @@ SYSTEMLIB=/system/lib ...@@ -15,7 +15,7 @@ SYSTEMLIB=/system/lib
umask 022 umask 022
ui_print_wrapper() { 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() { grep_prop() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment