pdonadeo/rofi-web-search

shebang appears incorrect

Closed this issue · 2 comments

I'd like to propose changing the shebang at the top of the file from:

#!/bin/env python3

to:

#!/usr/bin/env python3

I don't have /bin/env on my machine.

(base) gsornsen@pop-os:~/git/rofi-web-search$ ls /bin/env
ls: cannot access '/bin/env': No such file or directory
(base) gsornsen@pop-os:~/git/rofi-web-search$ ls /usr/bin/env
/usr/bin/env

This stackoverflow post also recommends using /usr/bin/env python3 as well.

Let me know if you'd like to change it and I'll initiate the PR.

You are totally right. Start a simple PR, I'll merge it instantly.

@pdonadeo

Apologies for the delay. Work's been a bit crazy and I'm flying across the country for a wedding.