krosenvold/bgit

File.pathSeparator not valid

Opened this issue · 2 comments

You might find that in file bgit/src/main/java/edu/nyu/cs/javagit/api/JavaGitConfiguration.java
on line 83
you want to use "File.separator" rather than pathSeparator

Also on line 139 as well.

It would be nice if you checked for OS and suffixed Git with nothing or .exe

Fixed separator issue. Does NICE have any practical implications ?

To re-quote: I have no environment for testing windows on a regular basis and would rather not change the .exe part if it doesn't matter. Does it matter ?