bartobri / bmenu

A general purpose terminal menu that focuses on ease of configuration and use.
GNU General Public License v3.0
136 stars 11 forks source link

Fixes issue #3 #4

Closed rifazn closed 7 years ago

rifazn commented 7 years ago

It assumes that ls is located at /usr/bin but on my Linux Mint system, it was located at /bin (which is where I assume most distros keeps their ls). It should also fix the issue on macs, which most certainly does not have ls at /usr/bin

Issue #3

bartobri commented 7 years ago

Hi @rifazn

Thanks for attempting to fix this issue. Though, I'd prefer to just use a full path to the executable, and not a system command with back-ticks to dynamically obtain the path.

I'll be pushing up a fix shortly. Closing this pull request.