thimc / lfimg

Image preview support for lf (list files) using Überzug
GNU General Public License v3.0
252 stars 45 forks source link

Couldn't get it work until I changed sh to bash #9

Closed wvovaw closed 3 years ago

wvovaw commented 3 years ago

I think you should change the shebangs in preview and cleaner

1c1
< #!/usr/bin/env sh
---
> #!/usr/bin/env bash

Because your script supposed to be executed in bash, and sh by default just links to the default user shell, that eventually not run the scripts.

thimc commented 3 years ago

Issue solved in commit 3de47035a2e5361f6f4185e30a70db8aae4142ad