Skip to content
Commit 7e48d4ba authored by Brian Lalor's avatar Brian Lalor Committed by Kohsuke Kawaguchi
Browse files

[FIXED JENKINS-9942] Convert system path separator to "/"

The ZipArchiver was visit()'d with a relative path that uses the system's path
separator, but zip archives require a forward slash for platform compatibility.
This fix replaces the platform-dependent File.separatorChar with a forward
slash.
parent f33e7146
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment