Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange line #243

Closed
yeputons opened this issue Jan 20, 2014 · 1 comment
Closed

Strange line #243

yeputons opened this issue Jan 20, 2014 · 1 comment
Labels

Comments

@yeputons
Copy link
Contributor

@tmeasday what is this line for?

  // make sure Meteor doesn't try to install into our soon to be clean home dir
  process.env.METEOR_WAREHOUSE_DIR = path.join(process.env.HOME, '.meteor');

I've looked into Meteor sources and found that in all places where this variable used, there will be no difference if we just remove this line: if METEOR_WAREHOUSE_DIR variable is not presented, it's set to $HOME/.meteor or Windows analogue.

@yeputons
Copy link
Contributor Author

Oh, got it - we change HOME afterwards, which affects behavior on Linux. Sorry.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant