aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xutils/cvsupdate2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/cvsupdate b/utils/cvsupdate
index e661266..f09cd2f 100755
--- a/utils/cvsupdate
+++ b/utils/cvsupdate
@@ -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: "