You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by "DaeMyung Kang (JIRA)" <ji...@apache.org> on 2014/01/25 21:06:39 UTC

[jira] [Updated] (TAJO-552) Fix Bug verify-protocbuf.sh runs with bash

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

DaeMyung Kang updated TAJO-552:
-------------------------------

    Description: 
pattern if [ "X" == "Y" ] is for bash grammer
so. pom.xml should run verify-protocbuf.sh with bash.verify-protocbuf.sh

currently.
{noformat}
main:
     [exec] ./verify-protocbuf.sh: 2: [: libprotoc 2.5.0: unexpected operator
{noformat}

  was:
pattern if [ "X" == "Y" ] is for bash grammer
so. pom.xml should run verify-protocbuf.sh with bash.verify-protocbuf.sh


> Fix Bug verify-protocbuf.sh runs with bash
> ------------------------------------------
>
>                 Key: TAJO-552
>                 URL: https://issues.apache.org/jira/browse/TAJO-552
>             Project: Tajo
>          Issue Type: Bug
>          Components: build
>            Reporter: DaeMyung Kang
>            Assignee: DaeMyung Kang
>            Priority: Trivial
>         Attachments: TAJO-552.patch
>
>
> pattern if [ "X" == "Y" ] is for bash grammer
> so. pom.xml should run verify-protocbuf.sh with bash.verify-protocbuf.sh
> currently.
> {noformat}
> main:
>      [exec] ./verify-protocbuf.sh: 2: [: libprotoc 2.5.0: unexpected operator
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)