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


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.

Reply via email to