From bd8ebb6a1c8bef6c5a1a1759a8ad209d4294154a Mon Sep 17 00:00:00 2001 From: "Jonathan \"Duke\" Leto" Date: Mon, 19 Sep 2022 13:56:46 -0700 Subject: [PATCH] Pass along all CLI params, not just the first 9 --- src/hush-smart-chain.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hush-smart-chain.bat b/src/hush-smart-chain.bat index dcbc64ebb..303b08eeb 100644 --- a/src/hush-smart-chain.bat +++ b/src/hush-smart-chain.bat @@ -1,6 +1,6 @@ @call :GET_CURRENT_DIR @cd %THIS_DIR% -hushd %1 %2 %3 %4 %5 %6 %7 %8 %9 +hushd %* @goto :EOF :GET_CURRENT_DIR