Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #607 from dmcassel/issue-601
Browse files Browse the repository at this point in the history
#601 adding quotes around the ruby path
  • Loading branch information
dmcassel committed May 25, 2016
2 parents 79c996a + 97953f5 commit eaa71ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ml.bat
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ goto end
goto :loop2
)

%RUBYFOUND% -Ideploy -Ideploy\lib -Ideploy\test deploy\test\test_main.rb
"%RUBYFOUND%" -Ideploy -Ideploy\lib -Ideploy\test deploy\test\test_main.rb

REM Restore original env variable value
set ROXY_TEST_SERVER_VERSION=%ROXY_TEST_SERVER_VERSION_ORG%
Expand All @@ -164,7 +164,7 @@ goto end

:rubydeployer
if NOT EXIST deploy\lib\ml.rb GOTO missingdeploy
%RUBYFOUND% -Ideploy -Ideploy\lib deploy\lib\ml.rb %*
"%RUBYFOUND%" -Ideploy -Ideploy\lib deploy\lib\ml.rb %*
goto end

:missingdeploy
Expand Down

0 comments on commit eaa71ed

Please sign in to comment.