From 1acb49f9c60665f4beae5bf50ee1e1320b476f4f Mon Sep 17 00:00:00 2001 From: Diederik de Haas Date: Mon, 17 Jun 2024 13:14:55 +0200 Subject: [PATCH] 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. --- etc/mpv.bash-completion | 2 -- 1 file changed, 2 deletions(-) diff --git a/etc/mpv.bash-completion b/etc/mpv.bash-completion index 4892d0e52b..ceb6293d62 100644 --- a/etc/mpv.bash-completion +++ b/etc/mpv.bash-completion @@ -1,5 +1,3 @@ -#!/bin/bash - # # This file is part of mpv. #