This is an automated email from the ASF dual-hosted git repository.

marcoabreu pushed a commit to branch devel-arm
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git

commit 41a9bd2df6d79981baf2d8f9a816a2a76b0c0095
Author: Anton Chernov <mecher...@gmail.com>
AuthorDate: Fri May 25 17:45:03 2018 +0200

    Fixed whitespace errors
---
 ci/docker/runtime_functions.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh
index 74edd0c..21f1bdc 100755
--- a/ci/docker/runtime_functions.sh
+++ b/ci/docker/runtime_functions.sh
@@ -36,8 +36,8 @@ build_wheel() {
     set -ex
     pushd .
 
-    PYTHON_DIR = ${1:-/work/mxnet/python}
-    BUILD_DIR = ${2:-/work/build}
+    PYTHON_DIR=${1:-/work/mxnet/python}
+    BUILD_DIR=${2:-/work/build}
 
     # build
 
@@ -50,8 +50,8 @@ build_wheel() {
 
     # Fix pathing issues in the wheel.  We need to move libmxnet.so from the 
data folder to the
     # mxnet folder, then repackage the wheel.
-    WHEEL = `readlink -f dist/*.whl`
-    TMPDIR = `mktemp -d`
+    WHEEL=`readlink -f dist/*.whl`
+    TMPDIR=`mktemp -d`
     unzip -d ${TMPDIR} ${WHEEL}
     rm ${WHEEL}
     cd ${TMPDIR}

-- 
To stop receiving notification emails like this one, please contact
marcoab...@apache.org.

Reply via email to