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

xml sel fails in linux #205

Open
privatezero opened this issue Nov 21, 2017 · 4 comments
Open

xml sel fails in linux #205

privatezero opened this issue Nov 21, 2017 · 4 comments

Comments

@privatezero
Copy link
Contributor

It looks like to take advantage of some of the mmfunctions in linux (at least ubuntu 16.04) that a check will have to be added for system as the command xml sel needs to be xmlstarlet sel. If there are no objections I can make this change!

@dericed
Copy link
Collaborator

dericed commented Nov 22, 2017

No objection. On Mac homebrew uses one as the alias of another.

@retokromer
Copy link
Contributor

+1

@privatezero
Copy link
Contributor Author

Oh, if it is an alias on Mac, then maybe it would be simpler to just change all instances of xml sel to xmlstarlet sel rather than do a system check to assign the commands?

@privatezero
Copy link
Contributor Author

Also adding as a note to self - there needs to be a system check for fonts too. searchfingerprint's visual reporting will fail silently without it.

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

3 participants