hiroyuki-sato opened a new issue, #46496: URL: https://github.com/apache/arrow/issues/46496
### Describe the enhancement requested This is the sub issue #44748. SC2086 check require quoting like `${url}` -> `"${url}"`. ``` In ci/scripts/install_cmake.sh line 78: curl -L ${url} | tar -xzf - --directory ${prefix} --strip-components=1 ^----^ SC2086 (info): Double quote to prevent globbing and word splitting. ^-------^ SC2086 (info): Double quote to prevent globbing and word splitting. ``` ### Component(s) Continuous Integration -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org