summaryrefslogtreecommitdiff
path: root/deps/npm/bin
diff options
context:
space:
mode:
authorTimothy J Fontaine <tjfontaine@gmail.com>2014-06-05 15:18:15 -0700
committerTimothy J Fontaine <tjfontaine@gmail.com>2014-06-06 15:07:29 -0700
commitf051f317905b3b31945dfe965a492e54902e595f (patch)
tree06fedaefc3fc2dd5d6f197762afa4cd351659858 /deps/npm/bin
parent535c7777ac674ba86cf93c44824e07b0e23ea8c4 (diff)
downloadandroid-node-v8-f051f317905b3b31945dfe965a492e54902e595f.tar.gz
android-node-v8-f051f317905b3b31945dfe965a492e54902e595f.tar.bz2
android-node-v8-f051f317905b3b31945dfe965a492e54902e595f.zip
npm: upgrade to v1.4.14
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"`