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

Build Script usage of comparison function bug #86

Closed
DonkeyShoot opened this issue Jan 30, 2017 · 1 comment
Closed

Build Script usage of comparison function bug #86

DonkeyShoot opened this issue Jan 30, 2017 · 1 comment

Comments

@DonkeyShoot
Copy link

DonkeyShoot commented Jan 30, 2017

Issue Description

The function in the powershell build script is called as follows (line 38):
If (CompareVersions -actualVersion $vboxVersion -expectedVersion $virtualBoxMinVersion --exactMatch $False)
which sets the value of exactMath to "--exactMatch" instead of $False.

The correct usage is:
If (CompareVersions -actualVersion $vboxVersion -expectedVersion $virtualBoxMinVersion -exactMatch $False)

Secondly, I had to manually install the guest additions for virtualbox to make the shared folder link work for the vagrant scripts.

@jbarnett-r7
Copy link
Contributor

This one was fixed with PR #79. Please try grabbing the latest code and see if that fixes it for you. Let us know if you're still seeing issues.

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

No branches or pull requests

2 participants