[ 
https://issues.apache.org/jira/browse/KARAF-4975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15953635#comment-15953635
 ] 

Jean-Baptiste Onofré commented on KARAF-4975:
---------------------------------------------

Fixed via: 
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=f7fad515f7f64ca43923000d49b6b4a46974722b

> 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)

Reply via email to