[
https://issues.apache.org/jira/browse/OOZIE-51?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alejandro Abdelnur updated OOZIE-51:
------------------------------------
Fix Version/s: pre-Apache
> 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
> Fix For: pre-Apache
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira