vongosling edited a comment on pull request #2927:
URL: https://github.com/apache/rocketmq/pull/2927#issuecomment-845605125


   I just wanted to kindly remind you that our scripts are not only available 
for ubuntu, we all know that the default shell for every Linux distribution is 
inconsistent, so is it possible to optimize it further? here, I would like to 
give you a heuristic shell execution check, like
   ` if [ ! -n "$BASH" ] ; then echo Please run this script $0 with bash; exit 
1; fi
   `
   or
   `#!/usr/bin/env bash`


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to