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

Fixed failure to handle spaces or other special characters when running mono exes. #1214

Merged
merged 1 commit into from
Apr 12, 2016
Merged

Conversation

jtsinnott
Copy link
Contributor

In EnvironmentHelper.platformInfoAction, psi.FileName needs to be surrounded in quotes so that if the filename of the exe has a space in it, the call to "mono " does not fail.

Simply surrounded psi.FileName with double quotes, which should handle all special characters and whitespace.

@forki forki merged commit 4266855 into fsprojects:master Apr 12, 2016
@forki
Copy link
Member

forki commented Apr 12, 2016

thx

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.

2 participants