File: 0003-remove-shebang-from-bash-completion-file.patch

package info (click to toggle)
powertop 2.14-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,228 kB
  • sloc: cpp: 14,466; ansic: 8,029; makefile: 197; sh: 37
file content (18 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
From: Kan-Ru Chen <kanru@kanru.info>
Date: Sun, 15 Aug 2021 22:30:26 +0900
Subject: remove shebang from bash-completion file

---
 scripts/bash-completion/powertop | 2 --
 1 file changed, 2 deletions(-)

diff --git a/scripts/bash-completion/powertop b/scripts/bash-completion/powertop
index 03d238e..4f03a1a 100644
--- a/scripts/bash-completion/powertop
+++ b/scripts/bash-completion/powertop
@@ -1,5 +1,3 @@
-#!/bin/bash
-#
 # Powertop tab completion for bash.
 #
 # This is part of PowerTOP