From: Miro HronĨok Date: Wed, 28 Apr 2021 14:07:15 +0000 (+0200) Subject: Remove useless shebangs in non-executable files (#2161) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/89a856d742d31054bc31a6ff7ffc6ad2d24377d5?ds=sidebyside;hp=89a856d742d31054bc31a6ff7ffc6ad2d24377d5 Remove useless shebangs in non-executable files (#2161) Such shebangs are only ever used if the file is executed directly, i.e.: $ /usr/lib/python3.9/site-packages/black_primer/cli.py But that doesn't work: $ /usr/lib/python3.9/site-packages/black_primer/cli.py bash: /usr/lib/python3.9/site-packages/black_primer/cli.py: Permission denied The lib file even has: "lib is a library, funnily enough" ---