]> source.dussan.org Git - jgit.git/commit
Make jgit.sh work on windows when JGIT_CLASSPATH is set 73/37373/1
authorChristian Halstrick <christian.halstrick@sap.com>
Mon, 1 Dec 2014 13:13:09 +0000 (14:13 +0100)
committerChristian Halstrick <christian.halstrick@sap.com>
Mon, 1 Dec 2014 13:54:17 +0000 (14:54 +0100)
commit145b1bf0fbe2a63e1ac3fb0c9b527968eeec1f39
tree2278def4a9b4ad3dcf317c2b7b57d2e550877c26
parentc9a5fdb3cd92d5774aa7041b9fc9fc579dc26edc
Make jgit.sh work on windows when JGIT_CLASSPATH is set

jgit.sh was concatenating classpath entries with ":". On Windows systems
using "Git for Windows" this caused problems when JGIT_CLASSPATH was set.

Find out whether we are running on a platform which name starts with
"MINGW" ("Git for Windows" sets this) and use ";" as classpath
separator in this case.

Change-Id: I7e8fc2bee6513f587612accfc456a83d6277ef4a
org.eclipse.jgit.pgm/jgit.sh