mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-04-21 12:31:48 +00:00
Fix for args encased in quotes
This commit is contained in:
+3
-1
@@ -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!" %*
|
||||
|
||||
Reference in New Issue
Block a user