HBASE-10748 hbase-daemon.sh fails to execute with 'sh' command

This commit is contained in:
stack 2014-09-24 09:21:03 -07:00
parent 46eada6e02
commit 5d4bc3ea1c
1 changed files with 1 additions and 1 deletions

View File

@ -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