Description
90% of development and testing of our scripts happens with bash, however, if we don't enforce
#!/bin/bash
and just specify
#!/bin/sh
instead on some of the systems we may end up running against #!/bin/dash and other bash alternatives. This could lead to subtle problems.
Attachments
Issue Links
- is duplicated by
-
BIGTOP-1045 Be consistent with shells, bigtop-detect-javahome, and bigtop-utils versions
- Closed