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

Rename env var BROWSER to DRIVER to fix Launchy #1

Merged
merged 1 commit into from
May 13, 2016

Conversation

Cruikshanks
Copy link
Member

In testing found an incompatibility with setting an environment variable called BROWSER and trying to use Launchy. It seems this is a variable used by the OS for setting what the default browser is, and in turn Launchy references it when trying to open the saved page.

So this change updates the ENV VAR and corresponding code and comments to use DRIVER instead of BROWSER.

In testing found an incompatibility with setting an environment variable called BROWSER and trying to use Launchy. It seems this is a variable used by the OS for setting what the default browser is, and in turn Launchy references it when trying to open the saved page.

So this change updates the ENV VAR and corresponding code and comments to use DRIVER instead of BROWSER.
@Cruikshanks Cruikshanks self-assigned this May 13, 2016
@Cruikshanks Cruikshanks added the bug Something isn't working label May 13, 2016
@Cruikshanks Cruikshanks merged commit e732993 into master May 13, 2016
@Cruikshanks Cruikshanks deleted the fix/issue-with-BROWSER-env-var branch May 13, 2016 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant