kou commented on code in PR #46663: URL: https://github.com/apache/arrow/pull/46663#discussion_r2119877360
########## ci/scripts/util_enable_core_dumps.sh: ########## @@ -1,3 +1,4 @@ +#!/usr/bin/env bash Review Comment: Can we use the following instead of disabling it? https://www.shellcheck.net/wiki/SC2148 > Use a shellcheck [directive](https://www.shellcheck.net/wiki/directive), adding # shellcheck shell=ksh before the first command in the file. -- 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]
