Skip to content

Commit

Permalink
install.sh script should set umask to go+rx
Browse files Browse the repository at this point in the history
  • Loading branch information
vsedach authored and stassats committed Apr 3, 2018
1 parent a5236bf commit d938156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ set -e

# Install SBCL files into the usual places.

umask 022

ensure_dirs ()
{
for j in "$@"; do
Expand Down

0 comments on commit d938156

Please sign in to comment.