Author: hashutosh
Date: Fri Sep 30 20:53:23 2011
New Revision: 1177827

URL: http://svn.apache.org/viewvc?rev=1177827&view=rev
Log:
install scripts assumes bash shell but don't set it explictly

Modified:
    incubator/hcatalog/trunk/CHANGES.txt
    incubator/hcatalog/trunk/bin/hcat-config.sh
    incubator/hcatalog/trunk/bin/hive-config.sh
    incubator/hcatalog/trunk/bin/umaskcheck.sh
    incubator/hcatalog/trunk/scripts/hcat_server_install.sh
    incubator/hcatalog/trunk/scripts/hcat_server_start.sh
    incubator/hcatalog/trunk/scripts/hcat_server_stop.sh

Modified: incubator/hcatalog/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/CHANGES.txt?rev=1177827&r1=1177826&r2=1177827&view=diff
==============================================================================
--- incubator/hcatalog/trunk/CHANGES.txt (original)
+++ incubator/hcatalog/trunk/CHANGES.txt Fri Sep 30 20:53:23 2011
@@ -51,6 +51,8 @@ Trunk (unreleased changes)
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-112. install scripts assumes bash shell but don't set it explictly 
(hashutosh)
+
   HCAT-100. Change references of hcat.sh to hcat in test harness (hashutosh)
 
   HCAT-78. Update notice.txt and headers and add Disclaimer.txt (hashutosh and 
gates via gates)

Modified: incubator/hcatalog/trunk/bin/hcat-config.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/bin/hcat-config.sh?rev=1177827&r1=1177826&r2=1177827&view=diff
==============================================================================
--- incubator/hcatalog/trunk/bin/hcat-config.sh (original)
+++ incubator/hcatalog/trunk/bin/hcat-config.sh Fri Sep 30 20:53:23 2011
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: incubator/hcatalog/trunk/bin/hive-config.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/bin/hive-config.sh?rev=1177827&r1=1177826&r2=1177827&view=diff
==============================================================================
--- incubator/hcatalog/trunk/bin/hive-config.sh (original)
+++ incubator/hcatalog/trunk/bin/hive-config.sh Fri Sep 30 20:53:23 2011
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: incubator/hcatalog/trunk/bin/umaskcheck.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/bin/umaskcheck.sh?rev=1177827&r1=1177826&r2=1177827&view=diff
==============================================================================
--- incubator/hcatalog/trunk/bin/umaskcheck.sh (original)
+++ incubator/hcatalog/trunk/bin/umaskcheck.sh Fri Sep 30 20:53:23 2011
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

Modified: incubator/hcatalog/trunk/scripts/hcat_server_install.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/scripts/hcat_server_install.sh?rev=1177827&r1=1177826&r2=1177827&view=diff
==============================================================================
--- incubator/hcatalog/trunk/scripts/hcat_server_install.sh (original)
+++ incubator/hcatalog/trunk/scripts/hcat_server_install.sh Fri Sep 30 20:53:23 
2011
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file

Modified: incubator/hcatalog/trunk/scripts/hcat_server_start.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/scripts/hcat_server_start.sh?rev=1177827&r1=1177826&r2=1177827&view=diff
==============================================================================
--- incubator/hcatalog/trunk/scripts/hcat_server_start.sh (original)
+++ incubator/hcatalog/trunk/scripts/hcat_server_start.sh Fri Sep 30 20:53:23 
2011
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file                 
                  

Modified: incubator/hcatalog/trunk/scripts/hcat_server_stop.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/trunk/scripts/hcat_server_stop.sh?rev=1177827&r1=1177826&r2=1177827&view=diff
==============================================================================
--- incubator/hcatalog/trunk/scripts/hcat_server_stop.sh (original)
+++ incubator/hcatalog/trunk/scripts/hcat_server_stop.sh Fri Sep 30 20:53:23 
2011
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 
 # Licensed to the Apache Software Foundation (ASF) under one
 # or more contributor license agreements.  See the NOTICE file                 
                  


Reply via email to