GH-50803: [CI][Dev] Fix shellcheck errors in the ci/scripts/r_windows_build.sh - #50818
Conversation
|
@github-actions crossbow submit r-binary-packages |
|
Revision: 4c22cd7 Submitted crossbow builds: ursacomputing/crossbow @ actions-c122511f11
|
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 20300f8. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 20300f8. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
Rationale for this change
This is the sub issue #44748.
./*glob*or-- *glob*so names with dashes won't become options.What changes are included in this PR?
ls | xargswithfind -print0/-execfor safe filename handling../(or--) to avoid option misinterpretation.Are these changes tested?
Yes.
Are there any user-facing changes?
No.