aws-ant-tasks icon indicating copy to clipboard operation
aws-ant-tasks copied to clipboard

Fix incorrect usage of "File.pathSeparator" instead of "File.separator"

Open centic9 opened this issue 9 years ago • 0 comments

File.pathSeparator is actually ";" on Windows and ":" on Linux, I think the code here wanted to use "" on Windows and "/" on Linux, which is actually File.separator

centic9 avatar Mar 09 '16 13:03 centic9