You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2021/05/21 02:50:31 UTC

[GitHub] [rocketmq] vongosling edited a comment on pull request #2927: [ISSUE #2926] fix fast-try.sh fail to run in ubuntu

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
   `


-- 
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:
users@infra.apache.org