On Wed, 2003-11-12 at 03:28, Martin Skopp wrote:
> IMHO this is a bug in the shell-script MAVEN_HOME/bin/maven
> 
> Change the lines containing 
> 
>       $MAIN_CLASS $@
> 
> into
> 
>       $MAIN_CLASS "$@"
> 
> Well after all, this probably depends upon the actual shell you are
> using.  I don't know if a korn shell (ksh) would support "$@"....
> Probably the first line

This should work on korn shell, too.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to