AtomLinter / linter-glsl

Atom package that lints GLSL shaders on the fly.
https://atom.io/packages/linter-glsl
MIT License
15 stars 6 forks source link

Remove absolute path #2

Closed kankaristo closed 8 years ago

kankaristo commented 8 years ago

Could the default path be changed to be glslangValidator instead of /usr/local/bin/glslangValidator?

The former would probably be a better default, since /usr/local/bin/ is probably in the user's PATH anyway, but the executable may also be somewhere else (for me it's in ~/.bin/, which I've added to my PATH).

andystanton commented 8 years ago

You're correct. There is no reason to keep it as /usr/local/bin so this change is also in 1.0.2.

kankaristo commented 8 years ago

Alright, cool! :+1: