Set 0022 umask for hack/release.sh.
				
					
				
			Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
		@@ -21,6 +21,8 @@ set -o pipefail
 | 
				
			|||||||
source $(dirname "${BASH_SOURCE[0]}")/utils.sh
 | 
					source $(dirname "${BASH_SOURCE[0]}")/utils.sh
 | 
				
			||||||
cd ${ROOT}
 | 
					cd ${ROOT}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					umask 0022
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# BUILD_DIR is the directory to generate release tar.
 | 
					# BUILD_DIR is the directory to generate release tar.
 | 
				
			||||||
# TARBALL is the name of the release tar.
 | 
					# TARBALL is the name of the release tar.
 | 
				
			||||||
BUILD_DIR=${BUILD_DIR:-"_output"}
 | 
					BUILD_DIR=${BUILD_DIR:-"_output"}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user