diff --git a/mozilla/tools/module-deps/bootstrap.pl b/mozilla/tools/module-deps/bootstrap.pl index 168e393f126..12bdd08db7b 100755 --- a/mozilla/tools/module-deps/bootstrap.pl +++ b/mozilla/tools/module-deps/bootstrap.pl @@ -111,8 +111,7 @@ sub run_shell_command { my $dirs_cvs_cmd = "cvs co $dirs_string"; run_shell_command($dirs_cvs_cmd); - exit 1; - + # Try a build. my $base = get_system_cwd();