From ffb93b18048d614de10008e79d95320f76d45d6f Mon Sep 17 00:00:00 2001 From: David Refoua Date: Wed, 25 Oct 2023 12:32:31 +0330 Subject: [PATCH] call `init.bat` with the same arguments --- vendor/bin/cmder_shell.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/bin/cmder_shell.cmd b/vendor/bin/cmder_shell.cmd index b2a55ed..11eeb27 100644 --- a/vendor/bin/cmder_shell.cmd +++ b/vendor/bin/cmder_shell.cmd @@ -9,5 +9,5 @@ if "%cmder_init%" == "1" ( ) pushd "%CMDER_ROOT%" -call "%CMDER_ROOT%\vendor\init.bat" /f +call "%CMDER_ROOT%\vendor\init.bat" /f %* popd