Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.5
-
Fix Version/s: 1.5.1
-
Component/s: None
-
Labels:None
-
Environment:Windows XP SP2, Cygwin
-
Number of attachments :
Description
Running Groovy scripts on Cygwin when GROOVY_HOME contains spaces doesn't work anymore. The inclusion of the "-Dscript.name" (r4863) broke it (it worked fine up to r4241).
Issue Links
- is related to
-
GROOVY-1642
Script needs to be able to retrieve the full path of "its" file
-
The -Dscript.name argument is not correctly quoted, run {{ bash -x "$(which groovy)" }} and it'll be clear