Michel Daviot
2014-04-27 5b2ec0a55d0483031669e7c9dbfd6e11c88031c3
fix the script so it REALLY works on Linux
1 files modified
2 ■■■ changed files
src/main/distrib/linux/add-indexed-branch.sh 2 ●●● patch | view | raw | blame | history
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
java -cp gitblit.jar:"ext/*" com.gitblit.AddIndexedBranch --repositoriesFolder $FOLDER --branch $BRANCH $EXCLUSIONS