Ticket #1678 fixes

This commit is contained in:
Scott Ullrich 2008-05-17 20:46:43 +00:00
parent 81741179f1
commit 2b06594347

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;