Commit a2919df1 authored by Dylan Araps's avatar Dylan Araps Committed by GitHub

Merge pull request #714 from Artoriuz/patch-1

Patch to make w3m image backend work on FreeBSD 12
parents abaf8808 d9d7b79d
...@@ -2292,7 +2292,10 @@ get_w3m_img_path() { ...@@ -2292,7 +2292,10 @@ get_w3m_img_path() {
elif [[ -x "/usr/libexec64/w3m/w3mimgdisplay" ]]; then elif [[ -x "/usr/libexec64/w3m/w3mimgdisplay" ]]; then
w3m_img_path="/usr/libexec64/w3m/w3mimgdisplay" w3m_img_path="/usr/libexec64/w3m/w3mimgdisplay"
elif [[ -x "/usr/local/libexec/w3m/w3mimgdisplay" ]]; then
w3m_img_path="/usr/local/libexec/w3m/w3mimgdisplay"
else else
err "Image: w3m-img wasn't found on your system" err "Image: w3m-img wasn't found on your system"
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment