Teach jgit wrapper script how to execute Java on Cygwin
commita580c5efa1097cfd2006477a0842db27d8f5116c
authorShawn O. Pearce <spearce@spearce.org>
Sun, 23 Mar 2008 19:37:51 +0000 (23 15:37 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Mon, 7 Apr 2008 05:05:55 +0000 (7 01:05 -0400)
treeb4bfe7c5851656dbf83b4af8589dc09a2233c84e
parent7f699c4003dedc180c882b8d214a156019b8ba67
Teach jgit wrapper script how to execute Java on Cygwin

The classpath may need to be converted from Cygwin style paths to
the Windows paths, as the JRE is a pure Win32 application.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
jgit