[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] r25176: {website} Fix chmod call to put its option first (website/trunk)



Author: sebastian
Date: 2011-10-19 05:40:15 +0000 (Wed, 19 Oct 2011)
New Revision: 25176

Modified:
   website/trunk/publish
Log:
Fix chmod call to put its option first

Modified: website/trunk/publish
===================================================================
--- website/trunk/publish	2011-10-19 04:40:12 UTC (rev 25175)
+++ website/trunk/publish	2011-10-19 05:40:15 UTC (rev 25176)
@@ -8,7 +8,7 @@
 make -j3 # abuse the cores
 
 # don't copy over stuff with permissions that make it useless
-chmod a+r * -R
+chmod -R a+r *
 rsync --exclude .svn --exclude .deps --exclude svn --exclude dist --exclude releases --exclude torbutton-current.xpi --exclude project -Prvz --delete . vescum.torproject.org:/srv/www-master.torproject.org/htdocs
 
 echo "Forcing mirror update"

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits