Author: mturk
Date: Thu Feb 23 19:32:51 2012
New Revision: 1292913

URL: http://svn.apache.org/viewvc?rev=1292913&view=rev
Log:
Fix typo and make the file executable like resto of the .sh scripts

Modified:
    tomcat/trunk/bin/daemon.sh   (contents, props changed)

Modified: tomcat/trunk/bin/daemon.sh
URL: 
http://svn.apache.org/viewvc/tomcat/trunk/bin/daemon.sh?rev=1292913&r1=1292912&r2=1292913&view=diff
==============================================================================
--- tomcat/trunk/bin/daemon.sh (original)
+++ tomcat/trunk/bin/daemon.sh Thu Feb 23 19:32:51 2012
@@ -36,7 +36,7 @@ DIRNAME="`dirname $ARG0`"
 PROGRAM="`basename $ARG0`"
 while [ ".$1" != . ]
 do
-  case "$o=1" in
+  case "$1" in
     --java-home )
         JAVA_HOME="$2"
         shift; shift;

Propchange: tomcat/trunk/bin/daemon.sh
------------------------------------------------------------------------------
    svn:executable = *



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to