This commit is contained in:
Andrea Manzi 2014-03-27 06:44:03 +00:00
parent eedf800454
commit 8d2d8226ca
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ if [ -z "$CATALINA_HOME" ]; then
exit 1
fi
export CLASSPATH="$CATALINA_HOME/lib/*"
export CLASSPATH=$CLASSPATH:"$CATALINA_HOME/lib/*"