Repository: hbase
Updated Branches:
  refs/heads/master ca8876a9f -> 99ec36614


Revert "Specify bash for local-regionservers.sh and local-master-backup.sh"

This reverts commit ca8876a9f2534f2ab0b416aecb4ac476da9747f8.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d9d1b07c
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d9d1b07c
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d9d1b07c

Branch: refs/heads/master
Commit: d9d1b07cfc11227786b4970f32e91226c890fb16
Parents: ca8876a
Author: Sean Busbey <bus...@apache.org>
Authored: Tue Mar 17 11:57:08 2015 -0500
Committer: Sean Busbey <bus...@apache.org>
Committed: Tue Mar 17 11:57:08 2015 -0500

----------------------------------------------------------------------
 bin/local-master-backup.sh                     | 2 +-
 bin/local-regionservers.sh                     | 2 +-
 src/main/asciidoc/_chapters/configuration.adoc | 3 ---
 3 files changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/d9d1b07c/bin/local-master-backup.sh
----------------------------------------------------------------------
diff --git a/bin/local-master-backup.sh b/bin/local-master-backup.sh
index e1a80cd..f368e4a 100755
--- a/bin/local-master-backup.sh
+++ b/bin/local-master-backup.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 #/**
 # * Copyright 2007 The Apache Software Foundation
 # *

http://git-wip-us.apache.org/repos/asf/hbase/blob/d9d1b07c/bin/local-regionservers.sh
----------------------------------------------------------------------
diff --git a/bin/local-regionservers.sh b/bin/local-regionservers.sh
index f744ee1..38d9ffc 100755
--- a/bin/local-regionservers.sh
+++ b/bin/local-regionservers.sh
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
 #/**
 # * Copyright 2007 The Apache Software Foundation
 # *

http://git-wip-us.apache.org/repos/asf/hbase/blob/d9d1b07c/src/main/asciidoc/_chapters/configuration.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/configuration.adoc 
b/src/main/asciidoc/_chapters/configuration.adoc
index ed00a49..a5430eb 100644
--- a/src/main/asciidoc/_chapters/configuration.adoc
+++ b/src/main/asciidoc/_chapters/configuration.adoc
@@ -172,9 +172,6 @@ session required  pam_limits.so
 ----
 ====
 
-Linux Shell::
-  All of the shell scripts that come with HBase rely on the 
link:http://www.gnu.org/software/bash[GNU Bash] shell.
-
 Windows::
   Prior to HBase 0.96, testing for running HBase on Microsoft Windows was 
limited.
   Running a on Windows nodes is not recommended for production systems.

Reply via email to