Skip to content

Commit

Permalink
bisect: Honor --offline when bisecting
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Jul 26, 2014
1 parent 859e3f1 commit e146fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bisect.d
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ int doBisect()
return result;
}

d.initialize(true);
d.initialize(!opts.offline);

void test(bool good, string rev)
{
Expand Down

0 comments on commit e146fe2

Please sign in to comment.