[llvm-commits] CVS: CVSROOT/update-www.sh

Misha Brukman brukman at cs.uiuc.edu
Mon Oct 20 15:25:01 PDT 2003


Changes in directory CVSROOT:

update-www.sh updated: 1.1 -> 1.2

---
Log message:

Fix error `chmod argument list too long' by just specifying chmod to be
recursive and supress most errors (changing permissions of file(s) not owned by
user running `chmod').


---
Diffs of the changes:  (+1 -1)

Index: CVSROOT/update-www.sh
diff -u CVSROOT/update-www.sh:1.1 CVSROOT/update-www.sh:1.2
--- CVSROOT/update-www.sh:1.1	Wed Oct  8 13:56:35 2003
+++ CVSROOT/update-www.sh	Mon Oct 20 15:24:08 2003
@@ -10,4 +10,4 @@
 cvs -Q update -Pd
 
 # Give access to any of the files we just checked out to the group
-chmod g+w `find . -user $USER`
+chmod -R --quiet g+w *





More information about the llvm-commits mailing list