You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "K M (JIRA)" <ji...@apache.org> on 2009/02/03 20:47:59 UTC

[jira] Updated: (HBASE-1181) src/saveVersion.sh bails on non-standard Bourne shells (e.g. dash)

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

K M updated HBASE-1181:
-----------------------

    Attachment: HBASE-1181.patch

Patch to sync src/saveVersion.sh with core r740386

> src/saveVersion.sh bails on non-standard Bourne shells (e.g. dash)
> ------------------------------------------------------------------
>
>                 Key: HBASE-1181
>                 URL: https://issues.apache.org/jira/browse/HBASE-1181
>             Project: Hadoop HBase
>          Issue Type: Bug
>         Environment: Debian/Ubuntu using dash as /bin/sh
>            Reporter: K M
>            Priority: Trivial
>             Fix For: 0.20.0
>
>         Attachments: HBASE-1181.patch
>
>
> src/saveVersion.sh assumes shell understands the extended [[ ]] test construct.  Standard Bourne doesn't include this syntax and some system /bin/sh versions are not bash - example is dash used as /bin/sh on Debian/Ubuntu.
> Sync with Hadoop core sh/saveVersion.sh to pull in the regular test syntax and other updates ("none" SCM, branch version, et al).

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