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
1 changed files with 0 additions and 2 deletions

View File

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