From b26396a33bc685550fae3f166acd7e905f3c0d50 Mon Sep 17 00:00:00 2001 From: markt Date: Wed, 17 Dec 2008 07:27:19 +0000 Subject: [PATCH] Stop command -z not found complaint git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@727303 13f79535-47bb-0310-9956-ffa450edef68 --- bin/setclasspath.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0