Skip to content

Commit 0c10c84

Browse files
committed
fix syntax issue
1 parent 99d4098 commit 0c10c84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run_bazel_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [[ $JAXCI_RUN_BAZEL_TEST_CPU == 1 ]]; then
2222
os=$(uname -s | awk '{print tolower($0)}')
2323
arch=$(uname -m)
2424

25-
if [[ $os ~= "msys" ]]; then
25+
if [[ $os =~ "msys" ]]; then
2626
os="windows"
2727
fi
2828

0 commit comments

Comments
 (0)