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

Added missing xdg-open dependencies. #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added missing xdg-open dependencies. #26

wants to merge 1 commit into from

Conversation

TravisDart
Copy link

xdg-open calls xdg-mime in two places (line 584 and line 601), but the xdg-mime dependency is missing. This pull request adds xdg-mime and the utils file it depends on.

The only tricky part is that there is no reliable way to reference another shell script. So, I changed the JavaScript a bit so the location of the shell script is passed in as an environment variable.

I came across this problem while trying to run grunt-contrib-watch on Nitrous.io.

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.

1 participant