Browse Source

fix the script so it REALLY works on Linux

tags/v1.5.1
Michel Daviot 10 years ago
parent
commit
5b2ec0a55d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/main/distrib/linux/add-indexed-branch.sh

+ 1
- 1
src/main/distrib/linux/add-indexed-branch.sh View File

@@ -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

Loading…
Cancel
Save