Skip to content

Commit b25172c

Browse files
committed
(CI) fix shellcheck
1 parent 975cba1 commit b25172c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/install.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ docker cp "${BASEDIR}"/get_install_build_packages.py tue-env:"${DOCKER_HOME}"
112112

113113
echo -e "\e[35m\e[1m~/get_message_packages.py base_local_planner costmap_2d\e[0m"
114114
eval "$(docker exec -t tue-env bash -c 'source ~/.bashrc; ${HOME}/get_install_build_packages.py base_local_planner costmap_2d' | tr -d '\r')" # Skip base_local_planner and costmap_2d as these take too much time
115-
INSTALL_BUILD_TARGETS=(${INSTALL_BUILD_PKGS[@]/#/ros-})
115+
INSTALL_BUILD_TARGETS=("${INSTALL_BUILD_PKGS[@]/#/ros-}")
116116
echo -e "\e[35m\e[1mINSTALL_BUILD_PKGS=" "${INSTALL_BUILD_PKGS[*]}" "\e[0m"
117117
echo -e "\e[35m\e[1mBUILD_PKGS=" "${BUILD_PKGS[*]}" "\e[0m"
118118

0 commit comments

Comments
 (0)