Skip to content
Snippets Groups Projects
Commit d88567db authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Redirect error output

parent 4d571f3b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment