From ec9afe2c64d262e5ed126e37651f822f349e2e51 Mon Sep 17 00:00:00 2001 From: Slava Kim Date: Wed, 25 Feb 2015 16:35:19 -0800 Subject: [PATCH] Don't set quotes in METEOR_INSTALLATION variable --- tools/files.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/files.js b/tools/files.js index 1950bc6773..6c3625244f 100644 --- a/tools/files.js +++ b/tools/files.js @@ -1193,7 +1193,7 @@ files._generateScriptLinkToMeteorScript = function (scriptLocation) { "set DOT_METEOR=\"%~dp0%\"", "pushd %DOT_METEOR%", "cd ..", - "set METEOR_INSTALLATION=\"%cd%\"", + "set METEOR_INSTALLATION=%cd%", "popd", // always convert to Windows path since this function can also be