Redirect error output
This commit is contained in:
parent
4d571f3ba0
commit
d88567db23
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user