mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Don't set quotes in METEOR_INSTALLATION variable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user