Oops, remove debugging exit command

git-svn-id: svn://10.0.0.236/trunk@115606 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcafee%netscape.com
2002-03-02 00:05:54 +00:00
parent 490f3e947f
commit 568795168b

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