From c4ae7aeb00ba36a7cd323e29f08dda6123efa0a1 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Sat, 28 Apr 2012 03:28:14 +0800 Subject: [PATCH] umask 077 before actual install --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index bc687ac..6104262 100755 --- a/install.sh +++ b/install.sh @@ -2,6 +2,9 @@ BASEDIR=`dirname $0` +# +umask 077 + # submodule init git submodule update --init