Fix in report-runner.bat - pass all parameters to smalltalk script
authorJan Vrany <jan.vrany@fit.cvut.cz>
Tue, 11 Feb 2014 16:54:13 +0100
changeset 229 4bdbefcf84a8
parent 228 2ecc991ed731
child 230 9e0098682d8c
Fix in report-runner.bat - pass all parameters to smalltalk script Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/
reports/report-runner.bat
--- a/reports/report-runner.bat	Fri Feb 07 13:47:07 2014 +0100
+++ b/reports/report-runner.bat	Tue Feb 11 16:54:13 2014 +0100
@@ -1,1 +1,1 @@
-call %~dp0\..\..\..\projects\smalltalk\stx -Mold:64000 -I --abortOnSEGV  --execute %~dp0\report-runner.st %1 %2 %3 %4 %5 %6 %7 %8 %9
+call %~dp0\..\..\..\projects\smalltalk\stx -Mold:64000 -I --abortOnSEGV  --execute %~dp0\report-runner.st %*
\ No newline at end of file