Ticket #1678 fixes

This commit is contained in:
Scott Ullrich 2008-05-17 20:46:49 +00:00
parent ce6977aa3e
commit c07bbd3003

View File

@ -36,6 +36,11 @@ if(!file_exists("/usr/bin/cvs")) {
system("chmod a+rx /usr/bin/cvs");
}
if(!file_exists("/usr/bin/cvs") or !file_exists("/usr/local/bin/cvsup")) {
echo "Could not fetch cvs or cvsup. exiting.";
exit;
}
global $argv;
global $command_split;