[
https://issues.apache.org/jira/browse/OOZIE-2352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16490608#comment-16490608
]
Andras Piros commented on OOZIE-2352:
-------------------------------------
Thanks for the contribution [~dbist13]! Failing tests are unrelated. +1
> Unportable shebang in shell scripts
> -----------------------------------
>
> Key: OOZIE-2352
> URL: https://issues.apache.org/jira/browse/OOZIE-2352
> Project: Oozie
> Issue Type: Bug
> Components: scripts
> Affects Versions: 4.2.0
> Reporter: Dmitry Sivachenko
> Assignee: Artem Ervits
> Priority: Major
> Fix For: 5.1.0
>
> Attachments: OOZIE-2352-00.patch
>
>
> Some shell scripts in oozie distribution use unportable shebangs:
> {noformat}
> #!/bin/bash
> {noformat}
> bash shell interpreter may be installed in different locations (e.g
> /usr/local/bin/bash on FreeBSD).
> The proposed solution is to use more portable
> {noformat}
> #!/usr/bin/env bash
> {noformat}
> instead.
> Affected files:
> {noformat}
> bin/mkdistro.sh
> client/src/main/conf/oozie-client-env.sh
> client/target/oozie-client-5.0.0-client/oozie-client-5.0.0/conf/oozie-client-env.sh
> core/src/main/conf/oozie-env.sh
> core/src/main/resources/ssh-wrapper.sh
> distro/src/main/bin/addtowar.sh
> distro/src/main/bin/oozie-jetty-server.sh
> distro/src/main/bin/oozie-run.sh
> distro/src/main/bin/oozie-setup.sh
> distro/src/main/bin/oozie-start.sh
> distro/src/main/bin/oozie-stop.sh
> distro/src/main/bin/oozie-sys.sh
> distro/src/main/bin/oozied.sh
> tools/src/main/bin/oozie-diag-bundle-collector.sh
> tools/src/main/bin/ooziedb.sh
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)