Unverified Commit 1cff255d authored by John Jones's avatar John Jones
Browse files

clear up bash unary error

parent 1062d813
...@@ -35,7 +35,7 @@ else ...@@ -35,7 +35,7 @@ else
which python || export PATH=/opt/python/cp39-cp39/bin:$PATH which python || export PATH=/opt/python/cp39-cp39/bin:$PATH
fi fi
if [ $MB_ML_LIBC == "musllinux" ]; then if [ "$MB_ML_LIBC" == "musllinux" ]; then
IS_ALPINE=1; IS_ALPINE=1;
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment