File: 0010-Remove-shebang-from-bash-completion-file.patch

package info (click to toggle)
vagrant 2.3.7%2Bgit20230731.5fc64cde%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 17,616 kB
  • sloc: ruby: 111,820; sh: 462; makefile: 123; ansic: 34; lisp: 1
file content (19 lines) | stat: -rw-r--r-- 509 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Lucas Nussbaum <lucas@debian.org>
Date: Mon, 6 May 2024 16:34:38 +0000
Subject: Remove shebang from bash completion file

This fixes the bash-completion-with-hashbang lintian warning.
---
 contrib/bash/completion.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/contrib/bash/completion.sh b/contrib/bash/completion.sh
index e43d09b..41c4ac4 100644
--- a/contrib/bash/completion.sh
+++ b/contrib/bash/completion.sh
@@ -1,5 +1,3 @@
-#!/bin/bash
-
 # (The MIT License)
 #
 # Copyright (c) 2014 Kura