[Swift-commit] r3798 - www
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Tue Dec 14 10:28:49 CST 2010
Author: wozniak
Date: 2010-12-14 10:28:48 -0600 (Tue, 14 Dec 2010)
New Revision: 3798
Modified:
www/update.sh
Log:
More chmods
Modified: www/update.sh
===================================================================
--- www/update.sh 2010-12-14 04:00:44 UTC (rev 3797)
+++ www/update.sh 2010-12-14 16:28:48 UTC (rev 3798)
@@ -1,5 +1,7 @@
#!/bin/sh
+# Run this script from /ci/www/projects/swift
+
crash()
{
echo $1
@@ -30,6 +32,10 @@
return 0
}
+# Ensure tools are group-usable:
+chmod g+rw $0
+chmod g+rw updatenodocs.sh
+
umask 002
echo "--------- Updating www... ----------"
svn update
More information about the Swift-commit
mailing list