Skip to content

Commit

Permalink
Merge pull request #21 from andreabolognani/bash-array
Browse files Browse the repository at this point in the history
Fix usage of bash arrays
  • Loading branch information
rmohr authored Sep 5, 2022
2 parents c2a792e + 013820d commit 2d3e53c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/runner.bash.template
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ fi

cd ${BUILD_WORKSPACE_DIRECTORY}

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

0 comments on commit 2d3e53c

Please sign in to comment.