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

Misha Brukman brukman at cs.uiuc.edu
Tue May 20 16:06:01 PDT 2003


Changes in directory CVSROOT:

update-www.sh updated: 1.1 -> 1.2

---
Log message:

Instead of using `whoami' which doesn't exist on Suns anyway, use $USER.


---
Diffs of the changes:

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	Sat Sep  7 00:39:21 2002
+++ CVSROOT/update-www.sh	Tue May 20 16:05:24 2003
@@ -10,6 +10,4 @@
 cvs -Q update -Pd
 
 # Give access to any of the files we just checked out to the group
-LOGIN=`whoami`
-chmod g+w `find . -user $LOGIN | grep -v /doxygen/`
-
+chmod g+w `find . -user $USER | grep -v /doxygen/`





More information about the llvm-commits mailing list