]> source.dussan.org Git - gitblit.git/commitdiff
fix the script so it REALLY works on Linux 181/head
authorMichel Daviot <tyrcho@tyrcho.com>
Sun, 27 Apr 2014 19:30:32 +0000 (21:30 +0200)
committerMichel Daviot <tyrcho@tyrcho.com>
Sun, 27 Apr 2014 19:30:32 +0000 (21:30 +0200)
src/main/distrib/linux/add-indexed-branch.sh

index d38fc90fe4d4b6fdf93b8ac894eb91c89c176f3f..0d29e5d34df4ade7cb594f08d23a09256fffb9c1 100644 (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
\ No newline at end of file
+java -cp gitblit.jar:"ext/*" com.gitblit.AddIndexedBranch --repositoriesFolder $FOLDER --branch $BRANCH $EXCLUSIONS