From 2ce9d2a31d03e59b3e3d2e883d18b30ba9dab6c3 Mon Sep 17 00:00:00 2001 From: Self Not Found Date: Thu, 24 Nov 2022 11:33:59 +0800 Subject: [PATCH] Forward arguments from batch scripts to bash scripts --- setup/autobuild/rrg/pm3-flash-all.bat | 2 +- setup/autobuild/rrg/pm3-flash-bootrom.bat | 2 +- setup/autobuild/rrg/pm3-flash-fullimage.bat | 2 +- setup/autobuild/rrg/pm3.bat | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/setup/autobuild/rrg/pm3-flash-all.bat b/setup/autobuild/rrg/pm3-flash-all.bat index c01342008..e1a892b96 100644 --- a/setup/autobuild/rrg/pm3-flash-all.bat +++ b/setup/autobuild/rrg/pm3-flash-all.bat @@ -3,5 +3,5 @@ cd "%~dp0client" call setup.bat ::If you want to force the COM port add it to the line, example: ::bash pm3-flash-all COM3 -bash pm3-flash-all +bash pm3-flash-all %* pause \ No newline at end of file diff --git a/setup/autobuild/rrg/pm3-flash-bootrom.bat b/setup/autobuild/rrg/pm3-flash-bootrom.bat index 374d117e4..02f3fccb2 100644 --- a/setup/autobuild/rrg/pm3-flash-bootrom.bat +++ b/setup/autobuild/rrg/pm3-flash-bootrom.bat @@ -3,5 +3,5 @@ cd "%~dp0client" call setup.bat ::If you want to force the COM port add it to the line, example: ::bash pm3-flash-bootrom COM3 -bash pm3-flash-bootrom +bash pm3-flash-bootrom %* pause \ No newline at end of file diff --git a/setup/autobuild/rrg/pm3-flash-fullimage.bat b/setup/autobuild/rrg/pm3-flash-fullimage.bat index f6189f7c6..5d1d602e0 100644 --- a/setup/autobuild/rrg/pm3-flash-fullimage.bat +++ b/setup/autobuild/rrg/pm3-flash-fullimage.bat @@ -3,5 +3,5 @@ cd "%~dp0client" call setup.bat ::If you want to force the COM port add it to the line, example: ::bash pm3-flash-fullimage COM3 -bash pm3-flash-fullimage +bash pm3-flash-fullimage %* pause \ No newline at end of file diff --git a/setup/autobuild/rrg/pm3.bat b/setup/autobuild/rrg/pm3.bat index c2676024b..fc5a131c6 100644 --- a/setup/autobuild/rrg/pm3.bat +++ b/setup/autobuild/rrg/pm3.bat @@ -3,5 +3,5 @@ cd "%~dp0client" call setup.bat ::If you want to force the COM port use the -p parameter, example: ::bash pm3 -p COM3 -bash pm3 +bash pm3 %* pause \ No newline at end of file