From aa43160e74977f3b4e8a8c514e8f6c66d17f4a8c Mon Sep 17 00:00:00 2001 From: alexheifetz Date: Mon, 14 Jul 2025 22:50:36 -0400 Subject: [PATCH] Validate shell.cmd on Windows --- scripts/shell.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/shell.cmd b/scripts/shell.cmd index 39f7c61..38897c6 100644 --- a/scripts/shell.cmd +++ b/scripts/shell.cmd @@ -1,9 +1,9 @@ @echo off setlocal -set "script_dir=%~dp0" -set AGENT_APPLICATION=%script_dir%.." +set script_dir=%~dp0 +set AGENT_APPLICATION=%script_dir%.. -call "%script_dir%support\agent.bat" +call %script_dir%support\agent.bat endlocal \ No newline at end of file