[
https://issues.apache.org/jira/browse/OOZIE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101798#comment-13101798
]
Hadoop QA commented on OOZIE-51:
--------------------------------
rvs remarked:
It looks like you're using older version of Oozie. Please try 2.2.0 and let me
know if you still see the problem.
> GH-5: build-setup/setup-maven.sh uses bash-isms but references /bin/sh
> ----------------------------------------------------------------------
>
> Key: OOZIE-51
> URL: https://issues.apache.org/jira/browse/OOZIE-51
> Project: Oozie
> Issue Type: Bug
> Reporter: Hadoop QA
>
> Script defines a function and therefore fails on systems where /bin/sh is not
> bash.
> Suggest:
> --- setup-maven.sh.orig2010-09-08 16:10:20.000000000 -0700
> +++ setup-maven.sh2010-09-07 16:14:39.000000000 -0700
> @@ -1,4 +1,4 @@
> -#!/bin/sh
> +#!/bin/bash
> #
> # Licensed to the Apache Software Foundation (ASF) under one
> # or more contributor license agreements. See the NOTICE file
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira