Do not show errors when moving file. The error is shown the first time anyone

runs `utils/cvsupdate' since there is no `cvs.out' file for mv to move, and it
is reported as such.

llvm-svn: 6330
This commit is contained in:
Misha Brukman 2003-05-25 16:38:24 +00:00
parent 20ec7bc0db
commit f7c700f6d9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ while ( !( $?options_done ) && ($#argv > 0))
end
if ($doit == 1) then
/bin/mv -f cvs.out cvs.out.bak
/bin/mv -f cvs.out cvs.out.bak >&/dev/null
cvs update -P -d >& cvs.out
## if ($status != 0) then
## echo "ERROR: CVS update failed: "