mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Utilities/Release: Fix macOS Qt 5.9 build script umask
Produce a tarball with world-readable permissions.
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
set -e
|
||||
set -x
|
||||
|
||||
umask 022
|
||||
|
||||
# Verify that 'makeuniversal' is available in the PATH.
|
||||
type -p makeuniversal >/dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user