-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major
-
Component/s: plugin-proposals
-
None
-
Environment:setenv plugin v1.1
if i do something like:
JAVA_HOME="/opt/jdk1.6.0_18"
it literally sets the value to ["/opt/jdk1.6.0_18"]. I think it should instead set the value to [/opt/jdk1.6.0_18]. This would follow a consistent syntax with the Bourne shell (optionally surrounding the value with quotes) and would provide a way to specify values that include white space. Single-quoted values should be supported as well.