Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 1.7.8, 1.8.3
-
Fix Version/s: None
-
Component/s: command line processing
-
Labels:None
Description
bin\groovy -e "System.properties.each
{ k,v -> println(k + ': ' + v) }"
org.codehaus.groovy.control.MultipleCompilationErrorsException: startup failed:
script_from_command_line: 1: unexpected token: k @ line 1, column 25.
System.properties.each
Caused by the > character not being properly escaped somehow.