Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #!/usr/bin/env bash references to #!/bin/bash [DI-216] #235

Closed

Commits on Sep 3, 2024

  1. Update #!/usr/bin/env bash references to #!/bin/bash [DI-216]

    We _mostly_ use `#!/bin/bash` ([~700 references](https://github.com/search?q=org%3Ahazelcast+%22%23%21%2Fbin%2Fbash%22&type=code)), but sometimes we use `#!/usr/bin/env bash` ([~500 references](https://github.com/search?q=org%3Ahazelcast+%22%23%21%2Fusr%2Fbin%2Fenv+bash%22&type=code)).
    
    We should be consistent.
    
    Of note - [Google's style guide](https://google.github.io/styleguide/shellguide.html) suggests the same.
    
    Fixes: [DI-216](https://hazelcast.atlassian.net/browse/DI-216)
    JackPGreen committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    27ef055 View commit details
    Browse the repository at this point in the history