Actually there appears to be a few more related space issues (seems like I'm the only daft one insisting on running mvn under spaced-paths.. ;) I'll submit a patch later.
Mark On 21/11/05, Mark Hobson <[EMAIL PROTECTED]> wrote: > On 21/11/05, Brett Porter <[EMAIL PROTECTED]> wrote: > > fixed, thanks > > Cheers. Also fancy fixing this for space-loving folks like myself?: > > Index: bootstrap.sh > =================================================================== > --- bootstrap.sh (revision 348007) > +++ bootstrap.sh (working copy) > @@ -34,7 +34,7 @@ > fi > > # TODO: get rid of M2_HOME once integration tests are in here > -PREFIX=`dirname $M2_HOME` > +PREFIX=`dirname "$M2_HOME"` > > # OS specific support. $var _must_ be set to either true or false. > cygwin=false; > > Thanks, > > Mark > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]