summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/build.sh b/ci/build.sh
index 256f8284..98078b0a 100755
--- a/ci/build.sh
+++ b/ci/build.sh
@@ -23,7 +23,7 @@ echo "Building armband, output dir: $OUTPUT_DIR"
cd ..
SCRIPT_DIR=$(readlink -f $(dirname ${BASH_SOURCE[0]}))
-BUILD_BASE=$(readlink -e ${SCRIPT_DIR}/upstream/fuel/build/)
+BUILD_BASE="${SCRIPT_DIR}/upstream/fuel/build/"
RESULT_DIR="${BUILD_BASE}/release"
make release || error_exit "Make release failed"