mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-24 17:17:49 +00:00
Typo fix
This commit is contained in:
parent
47da76c5a5
commit
21891230f2
2
build.sh
2
build.sh
@ -49,7 +49,7 @@ error() {
|
||||
build_bin() {
|
||||
[ -z "$1" -o -z "$2" ] && echo -e "! Missing version info\n" && usage
|
||||
BUILD="Build"
|
||||
[ -z "DEBUG" ] || BUILD="Debug"
|
||||
[ -z "$DEBUG" ] || BUILD="Debug"
|
||||
echo "************************"
|
||||
echo "* $BUILD: VERSION=$1 CODE=$2"
|
||||
echo "************************"
|
||||
|
Loading…
x
Reference in New Issue
Block a user