mirror of
https://github.com/corpnewt/gibMacOS.git
synced 2025-01-22 21:01:22 +01:00
Fix for args encased in quotes
This commit is contained in:
parent
e06f81be9c
commit
2a85b92307
@ -194,7 +194,9 @@ exit /b
|
|||||||
:runscript
|
:runscript
|
||||||
REM Python found
|
REM Python found
|
||||||
cls
|
cls
|
||||||
if "%*"=="" (
|
set "args=%*"
|
||||||
|
set "args=!args:"=!"
|
||||||
|
if "!args!"=="" (
|
||||||
python "!thisDir!!script_name!"
|
python "!thisDir!!script_name!"
|
||||||
) else (
|
) else (
|
||||||
python "!thisDir!!script_name!" %*
|
python "!thisDir!!script_name!" %*
|
||||||
|
Loading…
Reference in New Issue
Block a user