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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org