]> source.dussan.org Git - gitblit.git/commitdiff
Redirect all command line arguments for pt.cmd 173/head
authorPhilipp Alexander Beckmann <pab@pabnet.de>
Thu, 17 Apr 2014 11:58:03 +0000 (13:58 +0200)
committerPhilipp Alexander Beckmann <pab@pabnet.de>
Thu, 17 Apr 2014 11:58:03 +0000 (13:58 +0200)
Redirects all arguments (beginning with %1) for pt.cmd to pt.py. Even if pt.py currently uses less than 9 args, this is imho an unnecessary limitation.

src/main/java/pt.cmd

index cec7e5f048c96fd646fadcb9b5a2ac6764fb15b6..4296a7a769235a9864401a9404683c8c71b60a90 100644 (file)
@@ -1 +1 @@
-@python %~dp0pt.py %1 %2 %3 %4 %5 %6 %7 %8 %9
+@python %~dp0pt.py %*