Skip to content

Commit

Permalink
prevent unnecessary download of portable git
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanczuk authored and johnny.halife committed Jun 27, 2012
1 parent 372870a commit 112392b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/setup_worker.cmd
Expand Up @@ -20,7 +20,7 @@ if %ERRORLEVEL% NEQ 0 (
)
echo %DATE% %TIME% Permissions granted

if exist %THIS%\node.msi if exist %THIS%\Git-1.7.9-preview20120201.exe if exist %THIS%\freesshd.exe goto install_node
if exist %THIS%\node.msi if exist %THIS%\PortableGit-1.7.11-preview20120620.7z if exist %THIS%\freesshd.exe goto install_node

echo %DATE% %TIME% Downloading prerequisities...
%THIS%\download.exe 300 %NODE_URL% %THIS%\node.msi %GIT_URL% %THIS%\PortableGit-1.7.11-preview20120620.7z %SSH_URL% %THIS%\freesshd.exe
Expand Down

0 comments on commit 112392b

Please sign in to comment.