Skip to content

Commit 023c503

Browse files
committed
Enable word splitting
1 parent 0179290 commit 023c503

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ elif [ -n "$CARTHAGE_PLATFORM" ]; then
2424
elif [ -n "$SPM" ]; then
2525
cd Tests/SPM && swift "${SPM}"
2626
elif [ -n "${PACKAGE_MANAGER_COMMAND}" ]; then
27-
swift "${PACKAGE_MANAGER_COMMAND}"
27+
swift ${PACKAGE_MANAGER_COMMAND}
2828
fi

0 commit comments

Comments
 (0)