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 9D86911AC9 for ; Wed, 24 Sep 2014 16:21:24 +0000 (UTC) Received: (qmail 96034 invoked by uid 500); 24 Sep 2014 16:21:24 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 95991 invoked by uid 500); 24 Sep 2014 16:21:24 -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 95982 invoked by uid 99); 24 Sep 2014 16:21:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 16:21:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 1FB7A8AFA4B; Wed, 24 Sep 2014 16:21:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: stack@apache.org To: commits@hbase.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: HBASE-10748 hbase-daemon.sh fails to execute with 'sh' command Date: Wed, 24 Sep 2014 16:21:24 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/master 46eada6e0 -> 5d4bc3ea1 HBASE-10748 hbase-daemon.sh fails to execute with 'sh' command Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5d4bc3ea Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5d4bc3ea Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/5d4bc3ea Branch: refs/heads/master Commit: 5d4bc3ea1c83708c896484d450f0c32875a6830d Parents: 46eada6 Author: stack Authored: Wed Sep 24 09:21:03 2014 -0700 Committer: stack Committed: Wed Sep 24 09:21:03 2014 -0700 ---------------------------------------------------------------------- bin/hbase-daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/5d4bc3ea/bin/hbase-daemon.sh ---------------------------------------------------------------------- diff --git a/bin/hbase-daemon.sh b/bin/hbase-daemon.sh index 7c0234b..9d9f698 100755 --- a/bin/hbase-daemon.sh +++ b/bin/hbase-daemon.sh @@ -172,7 +172,7 @@ if [ "$HBASE_NICENESS" = "" ]; then export HBASE_NICENESS=0 fi -thiscmd=$0 +thiscmd="$bin/$(basename ${BASH_SOURCE-$0})" args=$@ case $startStop in