You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2011/09/10 05:31:09 UTC

[jira] [Closed] (OOZIE-51) GH-5: build-setup/setup-maven.sh uses bash-isms but references /bin/sh

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

Roman Shaposhnik closed OOZIE-51.
---------------------------------

    Resolution: Fixed

> 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