mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-27 15:25:54 -04:00
redirect output from the update check to /dev/null
This commit is contained in:
parent
36f6ff0714
commit
b2475b1222
@ -329,7 +329,7 @@ sub CTCvsIHave {
|
||||
local( $serve ) = &CTCvsServerLine( $_[0], $_[2] ) ;
|
||||
local( $ok ) = &CTCvsLogin( $serve ) ;
|
||||
if ( $ok ) {
|
||||
$line = $line . "cvs -n -d " . $serve . " update" ;
|
||||
$line = $line . "cvs -n -d " . $serve . " update 2>/dev/null" ;
|
||||
local( $hold ) = "";
|
||||
local( *OUTPUT ) ;
|
||||
open( OUTPUT, $line . " |" ) ;
|
||||
|
Loading…
x
Reference in New Issue
Block a user