You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/11/27 23:21:43 UTC

svn commit: r1546213 - /hbase/branches/0.96/bin/graceful_stop.sh

Author: stack
Date: Wed Nov 27 22:21:43 2013
New Revision: 1546213

URL: http://svn.apache.org/r1546213
Log:
HBASE-10050 graceful_stop.sh syntax error

Modified:
    hbase/branches/0.96/bin/graceful_stop.sh

Modified: hbase/branches/0.96/bin/graceful_stop.sh
URL: http://svn.apache.org/viewvc/hbase/branches/0.96/bin/graceful_stop.sh?rev=1546213&r1=1546212&r2=1546213&view=diff
==============================================================================
--- hbase/branches/0.96/bin/graceful_stop.sh (original)
+++ hbase/branches/0.96/bin/graceful_stop.sh Wed Nov 27 22:21:43 2013
@@ -56,10 +56,8 @@ do
     --rest)  rest=true; shift;;
     --restart)  restart=true; shift;;
     --reload)   reload=true; shift;;
-    --failfast) ;&
-    -e)  failfast=true; shift;;
-    --debug)  ;&
-    -d)  debug="--debug"; shift;;
+    --failfast | -e)  failfast=true; shift;;
+    --debug | -d)  debug="--debug"; shift;;
     --) shift; break;;
     -*) usage ;;
     *)  break;;	# terminate while loop