Skip to content

Commit 1579d39

Browse files
committed
typo
1 parent 0f9690c commit 1579d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_wheel.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ if [ "${PLAT}" == "arm64" ]; then
102102
fi
103103
# Test that the wheel works with a different python
104104
PYTHON=python3.11
105-
if [ $(uname) == "Darwin" ] -a [ "${PLAT}" == "x86_64" ]; then
105+
if [ "$(uname)" == "Darwin" -a "${PLAT}" == "x86_64" ]; then
106106
which python3.11
107107
PYTHON="arch -x86_64 python3.11"
108108
fi

0 commit comments

Comments
 (0)