Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1A48717BCE for ; Tue, 17 Mar 2015 15:28:26 +0000 (UTC) Received: (qmail 55543 invoked by uid 500); 17 Mar 2015 15:28:26 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 55517 invoked by uid 500); 17 Mar 2015 15:28:25 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 55508 invoked by uid 99); 17 Mar 2015 15:28:25 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Mar 2015 15:28:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1799EE0FBF; Tue, 17 Mar 2015 15:28:25 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Message-Id: <2de24e069ecc438e987ba823d95d2fca@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: Specify bash for local-regionservers.sh and local-master-backup.sh Date: Tue, 17 Mar 2015 15:28:25 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/0.98 8b7dbfb9c -> 02a1f3a5b Specify bash for local-regionservers.sh and local-master-backup.sh Signed-off-by: Sean Busbey Conflicts: src/main/asciidoc/_chapters/configuration.adoc Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/02a1f3a5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/02a1f3a5 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/02a1f3a5 Branch: refs/heads/0.98 Commit: 02a1f3a5ba46c4d8d72135607e5d20355d1061a2 Parents: 8b7dbfb Author: Gustavo Anatoly Authored: Mon Mar 16 23:45:01 2015 -0300 Committer: Sean Busbey Committed: Tue Mar 17 10:28:09 2015 -0500 ---------------------------------------------------------------------- bin/local-master-backup.sh | 2 +- bin/local-regionservers.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/02a1f3a5/bin/local-master-backup.sh ---------------------------------------------------------------------- diff --git a/bin/local-master-backup.sh b/bin/local-master-backup.sh index 2509a7a..05dc4ac 100755 --- a/bin/local-master-backup.sh +++ b/bin/local-master-backup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash #/** # * Copyright 2007 The Apache Software Foundation # * http://git-wip-us.apache.org/repos/asf/hbase/blob/02a1f3a5/bin/local-regionservers.sh ---------------------------------------------------------------------- diff --git a/bin/local-regionservers.sh b/bin/local-regionservers.sh index 2303dd5..6f1c79a 100755 --- a/bin/local-regionservers.sh +++ b/bin/local-regionservers.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash #/** # * Copyright 2007 The Apache Software Foundation # *