Message:

   The following issue has been closed.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MAVEN-1303

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-1303
    Summary: bin/maven shell script shows an error on home directory which contains 
space.
       Type: Bug

     Status: Closed
   Priority: Minor
 Resolution: FIXED

 Original Estimate: 10 minutes
 Time Spent: Unknown
  Remaining: 10 minutes

    Project: maven
 Components: 
             cli
   Fix Fors:
             1.0
   Versions:
             1.0-rc3

   Assignee: Brett Porter
   Reporter: Trustin Lee

    Created: Wed, 2 Jun 2004 7:36 PM
    Updated: Sat, 12 Jun 2004 6:23 PM
Environment: Cygwin

Description:
My $HOME enviroment variable is:

/cygdrive/c/Documents and Settings/Trustin Lee/My Documents

so, the 54th line of bin/maven shell script:

  if [ -d ${HOME}/maven ] ; then

should be like this:

  if [ -d "${HOME}/maven" ] ; then

or, it will show an error:

[: and: unknown operand


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to