cdown / ansible-aur

An Ansible module for the pacaur and yaourt package managers.
Other
22 stars 7 forks source link

default python shebang #9

Closed kewlfft closed 6 years ago

kewlfft commented 6 years ago

python 3.6 compatible

cdown commented 6 years ago

This is not actually used, but this is fine. It should really be correct to use whatever Python is in $PATH though, so just:

#!/usr/bin/env python
kewlfft commented 6 years ago

ok will use this going forward, i am doing a new pr for yay with this recommended shebang