From e06f81be9c117011881bf32b207557438ffea63d Mon Sep 17 00:00:00 2001 From: CorpNewt Date: Fri, 14 Jun 2019 11:28:39 -0500 Subject: [PATCH] Fix for args encased in quotes --- gibMacOS.bat | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gibMacOS.bat b/gibMacOS.bat index c640309..cabe321 100644 --- a/gibMacOS.bat +++ b/gibMacOS.bat @@ -168,7 +168,9 @@ exit /b :runscript REM Python found cls -if "%*"=="" ( +set "args=%*" +set "args=!args:"=!" +if "!args!"=="" ( python "!thisDir!!script_name!" ) else ( python "!thisDir!!script_name!" %*