You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Manuel Teira (JIRA)" <qp...@incubator.apache.org> on 2008/06/25 10:52:45 UTC

[jira] Created: (QPID-1147) Avoid usage of 'source' builtin in pure sh scripts

Avoid usage of 'source' builtin in pure sh scripts
--------------------------------------------------

                 Key: QPID-1147
                 URL: https://issues.apache.org/jira/browse/QPID-1147
             Project: Qpid
          Issue Type: Bug
          Components: C++ Broker
    Affects Versions: M3
         Environment: Any
            Reporter: Manuel Teira
            Priority: Trivial
             Fix For: M3


The builtin source is not valid in an pure bourne shell script. It can be considered a bashism.
I'm adding a trivial patch to replace it with a dot script inclusion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (QPID-1147) Avoid usage of 'source' builtin in pure sh scripts

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim reassigned QPID-1147:
--------------------------------

    Assignee: Gordon Sim

> Avoid usage of 'source' builtin in pure sh scripts
> --------------------------------------------------
>
>                 Key: QPID-1147
>                 URL: https://issues.apache.org/jira/browse/QPID-1147
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M3
>         Environment: Any
>            Reporter: Manuel Teira
>            Assignee: Gordon Sim
>            Priority: Trivial
>             Fix For: M3
>
>         Attachments: run-test-source.patch
>
>
> The builtin source is not valid in an pure bourne shell script. It can be considered a bashism.
> I'm adding a trivial patch to replace it with a dot script inclusion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-1147) Avoid usage of 'source' builtin in pure sh scripts

Posted by "Gordon Sim (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gordon Sim resolved QPID-1147.
------------------------------

    Resolution: Fixed

Committed as r.671824

> Avoid usage of 'source' builtin in pure sh scripts
> --------------------------------------------------
>
>                 Key: QPID-1147
>                 URL: https://issues.apache.org/jira/browse/QPID-1147
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M3
>         Environment: Any
>            Reporter: Manuel Teira
>            Assignee: Gordon Sim
>            Priority: Trivial
>             Fix For: M3
>
>         Attachments: run-test-source.patch
>
>
> The builtin source is not valid in an pure bourne shell script. It can be considered a bashism.
> I'm adding a trivial patch to replace it with a dot script inclusion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-1147) Avoid usage of 'source' builtin in pure sh scripts

Posted by "Manuel Teira (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manuel Teira updated QPID-1147:
-------------------------------

    Attachment: run-test-source.patch

Replace "source" builtin with a dot inclusion on run_test script

> Avoid usage of 'source' builtin in pure sh scripts
> --------------------------------------------------
>
>                 Key: QPID-1147
>                 URL: https://issues.apache.org/jira/browse/QPID-1147
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M3
>         Environment: Any
>            Reporter: Manuel Teira
>            Priority: Trivial
>             Fix For: M3
>
>         Attachments: run-test-source.patch
>
>
> The builtin source is not valid in an pure bourne shell script. It can be considered a bashism.
> I'm adding a trivial patch to replace it with a dot script inclusion.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.