[ https://issues.apache.org/jira/browse/BIGTOP-716?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13471914#comment-13471914 ]
Sean Mackrory commented on BIGTOP-716: -------------------------------------- I just got bitten by another more subtle way that a non-BASH default shell can get in the way: when we invoke scripts with "sh <script name>" inside other scripts. We should specify BASH in those locations too. > standardize on bash as a shell of choice > ---------------------------------------- > > Key: BIGTOP-716 > URL: https://issues.apache.org/jira/browse/BIGTOP-716 > Project: Bigtop > Issue Type: Improvement > Components: General > Affects Versions: 0.4.0 > Reporter: Roman Shaposhnik > Assignee: Roman Shaposhnik > Priority: Minor > Fix For: 0.5.0 > > > 90% of development and testing of our scripts happens with bash, however, if > we don't enforce {noformat}#!/bin/bash{noformat} and just specify > {noformat}#!/bin/sh{noformat} instead on some of the systems we may end up > running against #!/bin/dash and other bash alternatives. This could lead to > subtle problems. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira