File: bash-completion-with-hashbang

package info (click to toggle)
playerctl 2.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 704 kB
  • sloc: ansic: 5,157; python: 1,107; xml: 198; sh: 133; makefile: 62
file content (13 lines) | stat: -rw-r--r-- 365 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
Description: Remove shebang from non-executable bash completion file
Author: Nick Morrott <nickm@debian.org>
Forwarded: not-needed
Last-Update: 2021-02-07
---
--- a/data/playerctl.bash
+++ b/data/playerctl.bash
@@ -1,5 +1,3 @@
-#!/usr/bin/env bash
-
 _playerctl_completions() {
 	local cur="${COMP_WORDS[$COMP_CWORD]}"
 	local prev="${COMP_WORDS[$COMP_CWORD - 1]}"