Redirect error output

This commit is contained in:
Laurent Destailleur 2009-07-25 17:38:42 +00:00
parent 4d571f3ba0
commit d88567db23

View File

@ -215,7 +215,7 @@ if ($nboftargetok) {
{
chdir("$SOURCE");
print "Run cvs update\n";
$ret=`cvs update -P -d`;
$ret=`cvs update -P -d 2>&1`;
}
# Update buildroot if required