obihann / archey-osx

An archey script clone for OS X
http://obihann.github.io/archey-osx/
GNU General Public License v2.0
341 stars 124 forks source link

Use the full path to the various utilities #10

Closed docwhat closed 8 years ago

docwhat commented 9 years ago

This prevents problems with other commands with the same name being in the PATH before the ones we want. e.g. Gnu's awk/sed, a ruby gem's version of tput, etc.

In my case, I was getting the wrong tput which was causing either no colors or weird characters being shown.

obihann commented 9 years ago

@docwhat Thanks for this, if you could rebase from master I will get it in the next release. Sorry for the delay on this and my long neglect of this project.

obihann commented 8 years ago

Closing this PR as it can't be merged in safely due to merge conflicts. @docwhat if you would like to re-submit it I will gladly take a look.