From 391e7d04c906647c6bf734d066dd62ead5286c87 Mon Sep 17 00:00:00 2001 From: isaacs Date: Wed, 15 Feb 2012 16:38:52 -0800 Subject: Simplify confusing windows paths --- bin/npm.cmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bin') diff --git a/bin/npm.cmd b/bin/npm.cmd index bac9e5f1c..7720e2052 100644 --- a/bin/npm.cmd +++ b/bin/npm.cmd @@ -1,6 +1,6 @@ :: Created by npm, please don't edit manually. -@IF EXIST "%~dp0"\"node.exe" ( - "%~dp0"\"node.exe" "%~dp0\.\node_modules\npm\bin\npm-cli.js" %* +@IF EXIST "%~dp0\node.exe" ( + "%~dp0\node.exe" "%~dp0\.\node_modules\npm\bin\npm-cli.js" %* ) ELSE ( - node "%~dp0\.\node_modules\npm\bin\npm-cli.js" %* -) \ No newline at end of file + node "%~dp0\.\node_modules\npm\bin\npm-cli.js" %* +) -- cgit v1.2.3