Added asserts to prevent negative shift amounts from being generated.
[oota-llvm.git] / 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: "