GitHub user skitt opened a pull request:
https://github.com/apache/karaf/pull/258
KARAF-4806: specify /bin/bash for scripts with bashisms
The client, instance and shell scripts use ulimit and type, but these
are bashisms. In some environments (e.g. Solaris, Debian) /bin/sh
isn't bash.
Signed-off-by: Stephen Kitt <[email protected]>
(cherry picked from commit 9e72b9357d20de866abce7391cdc41ba616f3a75)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/skitt/karaf karaf-3.0.x-4806
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/karaf/pull/258.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 #258
----
commit 461eef82eef44389bf67fed597ddd7b7bd58c17e
Author: Stephen Kitt <[email protected]>
Date: 2016-10-27T13:10:22Z
KARAF-4806: specify /bin/bash for scripts with bashisms
The client, instance and shell scripts use ulimit and type, but these
are bashisms. In some environments (e.g. Solaris, Debian) /bin/sh
isn't bash.
Signed-off-by: Stephen Kitt <[email protected]>
(cherry picked from commit 9e72b9357d20de866abce7391cdc41ba616f3a75)
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---