[llvm-commits] CVS: llvm/utils/cvsupdate
Misha Brukman
brukman at cs.uiuc.edu
Sun May 25 11:39:01 PDT 2003
Changes in directory llvm/utils:
cvsupdate updated: 1.5 -> 1.6
---
Log message:
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.
---
Diffs of the changes:
Index: llvm/utils/cvsupdate
diff -u llvm/utils/cvsupdate:1.5 llvm/utils/cvsupdate:1.6
--- llvm/utils/cvsupdate:1.5 Thu Oct 31 09:32:24 2002
+++ llvm/utils/cvsupdate Sun May 25 11:38:24 2003
@@ -32,7 +32,7 @@
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: "
More information about the llvm-commits
mailing list