A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/npm/npm/commit/58be2ec596dfb0353ad2570e6750e408339f1478 below:

set uid/gid even if they are 0 · npm/npm@58be2ec · GitHub

This repository was archived by the owner on Aug 11, 2022. It is now read-only.

File tree Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-1

lines changed Original file line number Diff line number Diff line change

@@ -54,7 +54,7 @@ function pacoteOpts (moreOpts) {

54 54

umask: npm.modes.umask

55 55

}

56 56 57 -

if (ownerStats.uid || ownerStats.gid) {

57 +

if (ownerStats.uid != null || ownerStats.gid != null) {

58 58

Object.assign(opts, ownerStats)

59 59

}

60 60

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4