hiroyuki-sato opened a new pull request, #46663: URL: https://github.com/apache/arrow/pull/46663
### Rationale for this change We are trying to implement shellcheck on all sh files in #44748. ### What changes are included in this PR? * SC2148: Add shebang ``` In ci/scripts/util_enable_core_dumps.sh line 1: # Licensed to the Apache Software Foundation (ASF) under one ^-- SC2148 (error): Tips depend on target shell and yours is unknown. Add a shebang or a 'shell' directive. ``` ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
