Author: hashutosh
Date: Wed Sep 21 20:32:45 2011
New Revision: 1173834

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

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

Modified: incubator/hcatalog/branches/branch-0.2/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/CHANGES.txt?rev=1173834&r1=1173833&r2=1173834&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/CHANGES.txt (original)
+++ incubator/hcatalog/branches/branch-0.2/CHANGES.txt Wed Sep 21 20:32:45 2011
@@ -75,6 +75,8 @@ Release 0.2.0 - Sept-2011
   OPTIMIZATIONS
 
   BUG FIXES
+    HCAT-112. install scripts assumes bash shell but don't set it explictly 
(hashutosh)
+
     HCAT-111. Issues with install instructions and release notes in release 
candidate (gates via hashutosh)    
 
     HCAT-110. Fix source target (khorgath via hashutosh)    

Modified: incubator/hcatalog/branches/branch-0.2/bin/hcat-config.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/bin/hcat-config.sh?rev=1173834&r1=1173833&r2=1173834&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/bin/hcat-config.sh (original)
+++ incubator/hcatalog/branches/branch-0.2/bin/hcat-config.sh Wed Sep 21 
20:32:45 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/branches/branch-0.2/bin/hive-config.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/bin/hive-config.sh?rev=1173834&r1=1173833&r2=1173834&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/bin/hive-config.sh (original)
+++ incubator/hcatalog/branches/branch-0.2/bin/hive-config.sh Wed Sep 21 
20:32:45 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/branches/branch-0.2/bin/umaskcheck.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/bin/umaskcheck.sh?rev=1173834&r1=1173833&r2=1173834&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/bin/umaskcheck.sh (original)
+++ incubator/hcatalog/branches/branch-0.2/bin/umaskcheck.sh Wed Sep 21 
20:32:45 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/branches/branch-0.2/scripts/hcat_server_install.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/scripts/hcat_server_install.sh?rev=1173834&r1=1173833&r2=1173834&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/scripts/hcat_server_install.sh 
(original)
+++ incubator/hcatalog/branches/branch-0.2/scripts/hcat_server_install.sh Wed 
Sep 21 20:32:45 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/branches/branch-0.2/scripts/hcat_server_start.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/scripts/hcat_server_start.sh?rev=1173834&r1=1173833&r2=1173834&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/scripts/hcat_server_start.sh 
(original)
+++ incubator/hcatalog/branches/branch-0.2/scripts/hcat_server_start.sh Wed Sep 
21 20:32:45 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/branches/branch-0.2/scripts/hcat_server_stop.sh
URL: 
http://svn.apache.org/viewvc/incubator/hcatalog/branches/branch-0.2/scripts/hcat_server_stop.sh?rev=1173834&r1=1173833&r2=1173834&view=diff
==============================================================================
--- incubator/hcatalog/branches/branch-0.2/scripts/hcat_server_stop.sh 
(original)
+++ incubator/hcatalog/branches/branch-0.2/scripts/hcat_server_stop.sh Wed Sep 
21 20:32:45 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