> +CLASSPATH=`mkpath /usr/java/lib/*.jar`:$CLASSPATH

[...]

> +No, it is NOT wrong.  The export CLASSPATH is further down in the script.
> +This should be a perfectly valid way of adding data to the class path.

ok so the wrong think is that you miss quote here, you need to do :

CLASSPATH="`mkpath /usr/java/lib/*.jar`:$CLASSPATH"

is it working ?

Reply via email to