From: markt Date: Wed, 17 Dec 2008 07:27:19 +0000 (+0000) Subject: Stop command -z not found complaint X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=b26396a33bc685550fae3f166acd7e905f3c0d50;p=tomcat7.0 Stop command -z not found complaint git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@727303 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/bin/setclasspath.sh b/bin/setclasspath.sh index 73b390caf..76d520498 100755 --- a/bin/setclasspath.sh +++ b/bin/setclasspath.sh @@ -96,7 +96,7 @@ if [ ! -x "$BASEDIR"/bin/setclasspath.sh ]; then 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