mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2024-11-10 09:49:42 +01:00
Fix for args encased in quotes
This commit is contained in:
parent
e06f81be9c
commit
2a85b92307
@ -194,7 +194,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!" %*
|
||||
|
Loading…
Reference in New Issue
Block a user