aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/bin
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/bin')
-rwxr-xr-xdeps/npm/bin/npm1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/bin/npm b/deps/npm/bin/npm
index 07ade35e08..d020ccfe7c 100755
--- a/deps/npm/bin/npm
+++ b/deps/npm/bin/npm
@@ -1,4 +1,5 @@
#!/bin/sh
+(set -o igncr) 2>/dev/null && set -o igncr; # cygwin encoding fix
basedir=`dirname "$0"`