You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/04/03 15:00:44 UTC

[jira] [Resolved] (KARAF-4975) karaf script uses #!/bin/bash instead of #!/usr/bin/env bash

     [ https://issues.apache.org/jira/browse/KARAF-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved KARAF-4975.
-----------------------------------------
    Resolution: Fixed

> karaf script uses #!/bin/bash instead of #!/usr/bin/env bash
> ------------------------------------------------------------
>
>                 Key: KARAF-4975
>                 URL: https://issues.apache.org/jira/browse/KARAF-4975
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-os-integration
>    Affects Versions: 4.0.8
>         Environment: FreeBSD
>            Reporter: Eric de Boer
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 4.0.9
>
>
> The karaf script used to use #/bin/sh, but [changed to|https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commit;h=55db450a95453c9e587cb6147ef087bb39bb4061] #!/bin/bash, which on FreeBSD doesn't work, as bash is located in /usr/local/bin/bash
> According to 
> http://superuser.com/questions/1133187/when-must-i-use-bin-bash-and-when-bin-sh
> It is better to use the environment to find the correct bash, by using
> #!/usr/bin/env bash
> which indeed works fine on FreeBSD.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)