From: Michel Daviot Date: Sun, 27 Apr 2014 19:30:32 +0000 (+0200) Subject: fix the script so it REALLY works on Linux X-Git-Tag: v1.5.1~13^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5b2ec0a55d0483031669e7c9dbfd6e11c88031c3;p=gitblit.git fix the script so it REALLY works on Linux --- diff --git a/src/main/distrib/linux/add-indexed-branch.sh b/src/main/distrib/linux/add-indexed-branch.sh index d38fc90f..0d29e5d3 100644 --- a/src/main/distrib/linux/add-indexed-branch.sh +++ b/src/main/distrib/linux/add-indexed-branch.sh @@ -18,4 +18,4 @@ FOLDER=data/git EXCLUSIONS=--skip test.git --skip group/test* BRANCH=default -java -cp gitblit.jar;"%CD%\ext\*" com.gitblit.AddIndexedBranch --repositoriesFolder $FOLDER% --branch $BRANCH $EXCLUSIONS \ No newline at end of file +java -cp gitblit.jar:"ext/*" com.gitblit.AddIndexedBranch --repositoriesFolder $FOLDER --branch $BRANCH $EXCLUSIONS