Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
Don't do security on cygwin
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Feb 16, 2011
1 parent e457ef1 commit 2719b70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utils/default-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports =
, tar : process.env.TAR || "tar"
, tmproot : (process.env.TMPDIR || "/tmp")
, "unsafe-perm" : process.platform === "win32"
|| process.platform === "cygwin"
|| !( process.getuid && process.setuid
&& process.getgid && process.setgid )
, "update-dependents" : true
Expand Down

0 comments on commit 2719b70

Please sign in to comment.