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

Fix Vagrantfile after #374 #394

Merged
merged 3 commits into from Jul 12, 2016
Merged

Commits on Jul 12, 2016

  1. Fix Vagrantfile to handle multiple env variables.

    Environment variables are now passed as a list,
    instead of a string.
    aneeshusa committed Jul 12, 2016
  2. Switch from sh to bash to match Servo style guide

    Originally, I restricted these scripts to pure sh to avoid too many
    compatibility issues between Linux and OS X, but I've changed my mind
    and now prefer using bash to gain a few nice features.
    aneeshusa committed Jul 12, 2016
  3. Handle paths more portably in Vagrantfile

    aneeshusa committed Jul 12, 2016
You can’t perform that action at this time.