Fix chmod call to put its option first
Sebastian Hahn

Sebastian Hahn commited on 2011-10-19 07:40:15
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -8,7 +8,7 @@ svn update # get changes
8 8
 make -j3 # abuse the cores
9 9
 
10 10
 # don't copy over stuff with permissions that make it useless
11
-chmod a+r * -R
11
+chmod -R a+r *
12 12
 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
13 13
 
14 14
 echo "Forcing mirror update"
15 15