[ http://issues.apache.org/jira/browse/HARMONY-12?page=all ]
Geir Magnusson Jr closed HARMONY-12:
------------------------------------
Resolution: Fixed
according to comment by Dan, this has been done
> [BootJVM] MakeSetup contains an uncorrectly escaped shell command
> -----------------------------------------------------------------
>
> Key: HARMONY-12
> URL: http://issues.apache.org/jira/browse/HARMONY-12
> Project: Harmony
> Type: Bug
> Components: VM
> Environment: any
> Reporter: Jean-Frederic Clere
> Assignee: Geir Magnusson Jr
> Attachments: MakeSetup.patch
>
> DIRNAME:=$(shell expr $(PWD) : '\(.*[^/]\)/*$' : '.*/\(..*\)')
> should be
> DIRNAME:=$(shell expr $(PWD) : '\(.*[^/]\)/*$$' : '.*/\(..*\)')
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira