aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/docker/build-clazy.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/docker/build-clazy.sh b/tests/docker/build-clazy.sh
index ff14f31a..c62a575f 100755
--- a/tests/docker/build-clazy.sh
+++ b/tests/docker/build-clazy.sh
@@ -4,7 +4,7 @@ BRANCH=$1
J_FLAG=$2
CLAZY_PREFIX=$3
IGNORE_CHECKS=$4
-LLVM_ROOT = $5
+LLVM_ROOT=$5
if [ -z "$1" ]
then
@@ -23,9 +23,9 @@ fi
if [ "$IGNORE_CHECKS" = "none" ]
then
- IGNORE_CHECKS = ""
+ IGNORE_CHECKS=""
else
- IGNORE_CHECKS = " --exclude ${IGNORE_CHECKS} "
+ IGNORE_CHECKS=" --exclude ${IGNORE_CHECKS} "
fi
if [ "$5" = "none" ]