We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2a792e + 013820d commit 2d3e53cCopy full SHA for 2d3e53c
internal/runner.bash.template
@@ -13,4 +13,4 @@ fi
13
14
cd ${BUILD_WORKSPACE_DIRECTORY}
15
16
-"$bazeldnf_short_path" "${ARGS[@]+\"${ARGS[@]}\"}" "$@"
+"$bazeldnf_short_path" ${ARGS[@]+"${ARGS[@]}"} "$@"
0 commit comments