You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2011/09/08 06:21:08 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=13099753#comment-13099753 ] 

Hadoop QA commented on OOZIE-51:
--------------------------------

rvs remarked:
Looks reasonable. Thanks for reporting it!

> 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