Commit 21891230 authored by topjohnwu's avatar topjohnwu

Typo fix

parent 47da76c5
......@@ -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 "************************"
......
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