summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-03-10 16:05:42 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-03-10 16:05:42 +0000
commit2deb114bf5a9ca71bbc47c9dd2c780540bb89d7c (patch)
treef79a0b536d262bb21e3d5bdf00e8a6262fb9d919 /bin
parent1d29fd0fac408f6dad0ac3e543d4d7bdeaadcf08 (diff)
fix umask
Original commit message from CVS: fix umask
Diffstat (limited to 'bin')
-rwxr-xr-xbin/www-update-complete1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/www-update-complete b/bin/www-update-complete
index 3c7dc0d8..5a00519a 100755
--- a/bin/www-update-complete
+++ b/bin/www-update-complete
@@ -3,6 +3,7 @@
# it forcefully updates cvs, autogens, and makes
cd /home/projects/gstreamer/www
+umask 002
cvs update -dP
src/autogen.sh
make clean