Skip to content

Commit 9f01742

Browse files
authored
Update build-script-impl
Fix quoting
1 parent 8125f77 commit 9f01742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3124,7 +3124,7 @@ function build_and_test_installable_package() {
31243124
with_pushd "${PKG_TESTS_SANDBOX_PARENT}" \
31253125
call tar xzf "${package_for_host}"
31263126

3127-
if python -c import psutil ; then
3127+
if python -c "import psutil" ; then
31283128
TIMEOUT_ARGS=--timeout=1200 # 20 minutes
31293129
fi
31303130
with_pushd "${PKG_TESTS_SOURCE_DIR}" \

0 commit comments

Comments
 (0)