Thanks for your comments. * Removed !Files.exists * Added isWindows check for .bat files
Updated webrev: http://cr.openjdk.java.net/~sundar/8136645/webrev.03/ Thanks, -Sundar On 4/1/2016 12:07 PM, Alan Bateman wrote: > > > On 01/04/2016 06:27, Sundararajan Athijegannathan wrote: >> That is true of shell scripts too. i.e., existing code generates shell >> scripts on Windows too (although those shell scripts seem to run fine >> under Cygwin). >> >> Do you think we should filter out? Cross-platform image generation >> scenario? >> > As I recall, the .sh is generated on Windows for those that might run > it from Cygwin so I think okay to leave that. The main thing is only > generate the .bat on Windows. > > I think we can rid of the !Files.exists test for both the shell and > .bat case. > > -Alan.