You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/11/14 01:03:21 UTC

[jira] [Commented] (QPID-5336) bash is not always found at /bin/bash

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

ASF subversion and git services commented on QPID-5336:
-------------------------------------------------------

Commit 1541763 from [~astitcher] in branch 'qpid/trunk'
[ https://svn.apache.org/r1541763 ]

QPID-5336: Don't hardcode location of bash in shell scripts
  As bash isn't specified by POSIX its location is variable.
  Specifically under BSDs it isn't found in /bin/bash.

> bash is not always found at /bin/bash
> -------------------------------------
>
>                 Key: QPID-5336
>                 URL: https://issues.apache.org/jira/browse/QPID-5336
>             Project: Qpid
>          Issue Type: Bug
>    Affects Versions: 0.25
>         Environment: Freebsd
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>
> The qpid test scripts will not run under FreeBSD because they have a hardcoded notion that bash is found at /bin/bash. However under FreeBSD it is actually found in /usr/local/bin/bash.
> We need to change the line which say "#!/bin/bash" to "#!/usr/bin/env bash".



--
This message was sent by Atlassian JIRA
(v6.1#6144)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org