Message: A new issue has been created in JIRA.
--------------------------------------------------------------------- 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: Unassigned Priority: Minor Original Estimate: 10 minutes Time Spent: Unknown Remaining: 10 minutes Project: maven Components: cli Versions: 1.0-rc3 Assignee: Reporter: Trustin Lee Created: Wed, 2 Jun 2004 7:36 PM Updated: Wed, 2 Jun 2004 7:36 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]
