mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Fix error in Windows robo script
This commit is contained in:
parent
392376a1ef
commit
7598d5735f
1 changed files with 3 additions and 2 deletions
5
robo.bat
5
robo.bat
|
@ -14,7 +14,8 @@ if "%~1" neq "" (
|
|||
)
|
||||
if defined args set args=%args:~1%
|
||||
|
||||
if not "%1"=="clean" (
|
||||
if "%1"=="clean" (
|
||||
call "%base%vendor\bin\robo" "%roboCommand%" %args%
|
||||
)
|
||||
) else (
|
||||
call "%base%vendor\bin\robo" "%roboCommand%" -- %args%
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue