You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2008/12/17 08:27:22 UTC

svn commit: r727303 - /tomcat/trunk/bin/setclasspath.sh

Author: markt
Date: Tue Dec 16 23:27:19 2008
New Revision: 727303

URL: http://svn.apache.org/viewvc?rev=727303&view=rev
Log:
Stop command -z not found complaint

Modified:
    tomcat/trunk/bin/setclasspath.sh

Modified: tomcat/trunk/bin/setclasspath.sh
URL: http://svn.apache.org/viewvc/tomcat/trunk/bin/setclasspath.sh?rev=727303&r1=727302&r2=727303&view=diff
==============================================================================
--- tomcat/trunk/bin/setclasspath.sh (original)
+++ tomcat/trunk/bin/setclasspath.sh Tue Dec 16 23:27:19 2008
@@ -96,7 +96,7 @@
 fi
 
 # Don't override the endorsed dir if the user has set it previously
-if [-z "$JAVA_ENDORSED_DIRS"]; then
+if [ -z "$JAVA_ENDORSED_DIRS" ]; then
   # Set the default -Djava.endorsed.dirs argument
   JAVA_ENDORSED_DIRS="$BASEDIR"/endorsed
 fi



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