GitHub user dwimsey opened a pull request:

    https://github.com/apache/kafka/pull/557

    MINOR: Use /usr/bin/env to find bash

    This is a minor change to the shell scripts in the bin directory that use 
bash which switches them to find bash via /usr/bin/env which should provide 
more cross platform compatibility.  Specifically it will allow these scripts to 
work out of the box on the various BSDs with bash is installed in the default 
manner, in /usr/local/bin instead of /bin and should remain compatible with 
other OSes that typically put most things in /bin

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/dwimsey/kafka feature/env_bash

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/557.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #557
    
----
commit ce972f6d30a1e8156b5faa60c95204baf25aba56
Author: David Wimsey <dwim...@chaos.wimsey.us>
Date:   2015-11-19T02:26:21Z

    Switch to using /usr/bin/env bash instead of /bin/bash to find and execute 
bash in shell scripts to improve cross platform compatibility.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to