summary refs log tree commit diff
diff options
context:
space:
mode:
authorChris Denton <chris@chrisdenton.dev>2024-09-07 16:36:53 +0000
committerChris Denton <chris@chrisdenton.dev>2024-09-07 16:36:53 +0000
commit0d94e6bac90a804041cf1847e034001b7517e29a (patch)
treef19f70ab475c596e5eaae49dd50f3fa81d6f7d79
parent2f6307d1cca53c153bddee83f4331fe979c61fe4 (diff)
downloadrust-0d94e6bac90a804041cf1847e034001b7517e29a.tar.gz
rust-0d94e6bac90a804041cf1847e034001b7517e29a.zip
Fix bash syntax
-rwxr-xr-xsrc/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh b/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
index d7a37712308..303a2f26c0f 100755
--- a/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
+++ b/src/ci/docker/host-x86_64/x86_64-gnu-tools/checktools.sh
@@ -71,7 +71,7 @@ esac
 # but it ensures that the crates build properly when tested with Miri.
 
 #FIXME: Re-enable this for msvc once CI issues are fixed
-if [ "$HOST_TARGET" != "x86_64-pc-windows-msvc" ]
+if [ "$HOST_TARGET" != "x86_64-pc-windows-msvc" ]; then
   python3 "$X_PY" miri --stage 2 library/core --test-args notest
   python3 "$X_PY" miri --stage 2 library/alloc --test-args notest
   python3 "$X_PY" miri --stage 2 library/std --test-args notest