Do not show errors when moving file. The error is shown the first time anyone
authorMisha Brukman <brukman+llvm@gmail.com>
Sun, 25 May 2003 16:38:24 +0000 (16:38 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Sun, 25 May 2003 16:38:24 +0000 (16:38 +0000)
runs `utils/cvsupdate' since there is no `cvs.out' file for mv to move, and it
is reported as such.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6330 91177308-0d34-0410-b5e6-96231b3b80d8

utils/cvsupdate

index e6612668213d4acd60ed7d56e375bdac1096372c..f09cd2f433a31056ac8b805502dba0fb375d817d 100755 (executable)
@@ -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: "