Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line Loading @@ -408,7 +408,7 @@ after_install_package() { fix_directory_permissions() { # Ensure installed directories are not world-writable to avoid Bundler warnings find "$PREFIX_PATH" -type d -exec chmod go-w {} \; find "$PREFIX_PATH" -type d \( -perm -020 -o -perm -002 \) -exec chmod go-w {} \; } require_gcc() { Loading Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line Loading @@ -408,7 +408,7 @@ after_install_package() { fix_directory_permissions() { # Ensure installed directories are not world-writable to avoid Bundler warnings find "$PREFIX_PATH" -type d -exec chmod go-w {} \; find "$PREFIX_PATH" -type d \( -perm -020 -o -perm -002 \) -exec chmod go-w {} \; } require_gcc() { Loading