From 769fcc23a537d7226f8f3d1891825b988090515f Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Fri, 29 Nov 2024 23:15:11 +0900 Subject: [PATCH] lint --- integration_tests/src/numpy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration_tests/src/numpy.sh b/integration_tests/src/numpy.sh index 7245801..b6f5e49 100755 --- a/integration_tests/src/numpy.sh +++ b/integration_tests/src/numpy.sh @@ -8,5 +8,5 @@ wget $URL tar -xf numpy-1.26.4.tar.gz cd numpy-1.26.4 -MESON_CROSS_FILE=`pyodide config get meson_cross_file` -pyodide build -Csetup-args=-Dallow-noblas=true -Csetup-args=--cross-file=${MESON_CROSS_FILE} +MESON_CROSS_FILE=$(pyodide config get meson_cross_file) +pyodide build -Csetup-args=-Dallow-noblas=true -Csetup-args=--cross-file="${MESON_CROSS_FILE}"