kou commented on code in PR #46663: URL: https://github.com/apache/arrow/pull/46663#discussion_r2119848336
########## ci/scripts/util_enable_core_dumps.sh: ########## @@ -1,3 +1,4 @@ +#!/usr/bin/env bash Review Comment: No. We should not add shebang to `util_*.sh` because we don't execute them directly. We use them as `source XXX.sh`. -- 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]
