0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-19 19:42:24 +02:00

bash-completion: remove hashbang

Hashbangs are meant for scripts that are executed, but a bash completion
script is meant to be sourced and therefor shouldn't have a hashbang.

Remarked by Debian's ``lintian`` tool with the
``bash-completion-with-hashbang`` tag.
This commit is contained in:
Diederik de Haas 2024-06-17 13:14:55 +02:00 committed by Dudemanguy
parent 8e7d442f08
commit 1acb49f9c6

View File

@ -1,5 +1,3 @@
#!/bin/bash
# #
# This file is part of mpv. # This file is part of mpv.
# #