Author: ecn
Date: Fri Mar  1 17:53:40 2013
New Revision: 1451667

URL: http://svn.apache.org/r1451667
Log:
ACCUMULO-1071 fixing syntax error

Modified:
    accumulo/branches/1.5/bin/start-server.sh

Modified: accumulo/branches/1.5/bin/start-server.sh
URL: 
http://svn.apache.org/viewvc/accumulo/branches/1.5/bin/start-server.sh?rev=1451667&r1=1451666&r2=1451667&view=diff
==============================================================================
--- accumulo/branches/1.5/bin/start-server.sh (original)
+++ accumulo/branches/1.5/bin/start-server.sh Fri Mar  1 17:53:40 2013
@@ -28,7 +28,7 @@ bin="$( cd -P "$( dirname "$SOURCE" )" &
 . "$bin"/config.sh
 
 HOST="$1"
-host "$1" >/dev/null 2>/dev/null"
+host "$1" >/dev/null 2>/dev/null
 if [ $? -ne 0 ]; then
    LOGHOST="$1"
 else


Reply via email to