From 7598d5735fb9139c13cd9d83c19096fbea73456c Mon Sep 17 00:00:00 2001 From: "J. King" Date: Wed, 20 Dec 2017 09:27:15 -0500 Subject: [PATCH] Fix error in Windows robo script --- robo.bat | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/robo.bat b/robo.bat index 6b634b1..297f954 100644 --- a/robo.bat +++ b/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% ) -call "%base%vendor\bin\robo" "%roboCommand%" -- %args% \ No newline at end of file