From c63927315454383059ebad9ab4a993f1ee48e7c5 Mon Sep 17 00:00:00 2001 From: Apex Liu Date: Wed, 19 May 2021 01:24:38 +0800 Subject: [PATCH] fix typo. --- build/build-py-static.sh | 2 ++ build/builder/build-external.py | 2 +- make.sh | 2 ++ 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build/build-py-static.sh b/build/build-py-static.sh index 1e64af0d..00038760 100755 --- a/build/build-py-static.sh +++ b/build/build-py-static.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + ################################################################ # Basic settings. ################################################################ diff --git a/build/builder/build-external.py b/build/builder/build-external.py index 759e3ac4..d30fb28c 100644 --- a/build/builder/build-external.py +++ b/build/builder/build-external.py @@ -83,7 +83,7 @@ def _build_mbedtls(self, file_name): cc.e("this is a pure-virtual function.") def build_zlib(self): - file_name = 'zlilb{}.zip'.format(env.ver_zlib_number) + file_name = 'zlib{}.zip'.format(env.ver_zlib_number) self._build_zlib(file_name) def _download_zlib(self, file_name): diff --git a/make.sh b/make.sh index a412272a..749fb39f 100755 --- a/make.sh +++ b/make.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -e + PATH_ROOT=$(cd "$(dirname "$0")"; pwd) #CFG_FILE=config.json