Skip to content

Conversation

@jack-pappas
Copy link
Contributor

Modify before_install.sh so it works on OSX. The script now performs rudimentary OS detection, and Linux-specific commands are only executed when running on Linux.

Related to #2114.

Modify before_install.sh so it works on OSX. The script now performs
rudimentary OS detection, and Linux-specific commands are only
executed when running on Linux.
Use the correct string comparison operator (= instead of ==).
Modified the command substitution where certmgr is called so it uses the
modern $(...) syntax instead of backticks.
@KevinRansom
Copy link
Contributor

Thanks for this.

@jack-pappas jack-pappas mentioned this pull request Dec 30, 2016
7 tasks
@KevinRansom KevinRansom merged commit 6b25b6f into dotnet:master Dec 30, 2016
@KevinRansom
Copy link
Contributor

Thank you for taking care of this

Kevin

jack-pappas added a commit to jack-pappas/visualfsharp that referenced this pull request Feb 16, 2017
Also, the certificate check (via certmgr) needs to check both the user and machine
stores to ensure it works on a variety of systems.

Related to dotnet#2125.
KevinRansom pushed a commit that referenced this pull request Feb 16, 2017
Also, the certificate check (via certmgr) needs to check both the user and machine
stores to ensure it works on a variety of systems.

Related to #2125.
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

Successfully merging this pull request may close these issues.

3 participants