Skip to content

Commit 2d3e53c

Browse files
authored
Merge pull request #21 from andreabolognani/bash-array
Fix usage of bash arrays
2 parents c2a792e + 013820d commit 2d3e53c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/runner.bash.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ fi
1313

1414
cd ${BUILD_WORKSPACE_DIRECTORY}
1515

16-
"$bazeldnf_short_path" "${ARGS[@]+\"${ARGS[@]}\"}" "$@"
16+
"$bazeldnf_short_path" ${ARGS[@]+"${ARGS[@]}"} "$@"

0 commit comments

Comments
 (0)