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