Oops, remove debugging exit command

This commit is contained in:
mcafee%netscape.com 2002-03-02 00:05:54 +00:00
parent c253f5be2c
commit ea418111be

View File

@ -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();