[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser-bundle/master] Set a umask during input fetch, so langpacks and mingw inputs match.
commit 17cf0e38b0234a3e624430686bf07d9aa515e2dc
Author: Mike Perry <mikeperry-git@xxxxxxxxxxxxxx>
Date: Tue Jun 18 13:31:28 2013 -0700
Set a umask during input fetch, so langpacks and mingw inputs match.
---
gitian/fetch-inputs.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gitian/fetch-inputs.sh b/gitian/fetch-inputs.sh
index 13230b1..a11d2cb 100755
--- a/gitian/fetch-inputs.sh
+++ b/gitian/fetch-inputs.sh
@@ -5,6 +5,8 @@
. ./versions
+umask 0022
+
export WRAPPER_DIR=$PWD
if [ -n $1 ]; then
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits