Skip to content

Commit 1aab0d5

Browse files
Update ci/run_conditional_tests.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 7b1b6b7 commit 1aab0d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/run_conditional_tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ fi
9292

9393
RETVAL=0
9494

95-
for subdir in ${subdirs[@]}; do
95+
for subdir in "${subdirs[@]}"; do
9696
if [ ! -d "${subdir}" ]; then
9797
echo "Error: Directory '${subdir}' does not exist." >&2
9898
exit 1

0 commit comments

Comments
 (0)