Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDean Landolt <dean@deanlandolt.com>2011-09-07 02:06:18 +0400
committerDean Landolt <dean@deanlandolt.com>2011-09-07 02:06:18 +0400
commit73348bf4c06c50759a676ef130b1b34f740f15a8 (patch)
tree1176b35cb6072c96a5994a29e09a31a1c44e4c05 /bin
parent93b64ca1d3399d56ceff91343ce4aa3754835ae8 (diff)
relativize npm batch script using %~dp0
Diffstat (limited to 'bin')
-rw-r--r--bin/npm.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/npm.cmd b/bin/npm.cmd
index d5a4b974c..0fe2b81a6 100644
--- a/bin/npm.cmd
+++ b/bin/npm.cmd
@@ -1 +1 @@
-node Z:\dev\js\npm\npm.js %*
+node %~dp0\..\npm.js %*