From: Philipp Alexander Beckmann Date: Thu, 17 Apr 2014 11:58:03 +0000 (+0200) Subject: Redirect all command line arguments for pt.cmd X-Git-Tag: v1.5.0~38^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F173%2Fhead;p=gitblit.git Redirect all command line arguments for pt.cmd 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. --- diff --git a/src/main/java/pt.cmd b/src/main/java/pt.cmd index cec7e5f0..4296a7a7 100644 --- a/src/main/java/pt.cmd +++ b/src/main/java/pt.cmd @@ -1 +1 @@ -@python %~dp0pt.py %1 %2 %3 %4 %5 %6 %7 %8 %9 +@python %~dp0pt.py %*