Skip to content

Commit 70c3232

Browse files
committed
fix shellcheck error
1 parent 89c2acb commit 70c3232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/do_ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ if [ -n "$CMAKE_TOOLCHAIN_FILE" ]; then
103103
CMAKE_OPTIONS+=("-DCMAKE_TOOLCHAIN_FILE=$CMAKE_TOOLCHAIN_FILE")
104104
fi
105105

106-
echo "CMAKE_OPTIONS: ${CMAKE_OPTIONS[@]}"
106+
echo "CMAKE_OPTIONS:" "${CMAKE_OPTIONS[@]}"
107107

108108
export CTEST_OUTPUT_ON_FAILURE=1
109109

0 commit comments

Comments
 (0)