Change By: Nick Grealy (07/Nov/12 3:28 AM)
Description: Fix JENKINS-13566 introduced the following bug.

I can no longer escape the dollar sign value on a Windows environment.

e.g.
foobar1=foo\$bar
foobar2=foo$bar

Respectively becomes:
foo\$bar
foo

The value "foo$bar" cannot be achieved.

My opinion is that the "escaping" behaviour should be the same regardless of operating system. I propose that the JENKINS-13566 changes should be reverted, and that Vincent Latombe should double escape
 his  their  path.
i.e.
C:\DOCUME~1\\$NCESE~1\LOCALS~1\Temp
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to