File: 0002-bash-completion-Remove-from-non-executable-file.patch

package info (click to toggle)
piglit 0~git20220119-124bca3c9-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 109,012 kB
  • sloc: ansic: 273,511; xml: 46,666; python: 33,098; lisp: 20,392; cpp: 12,480; sh: 22; makefile: 22; pascal: 5
file content (22 lines) | stat: -rw-r--r-- 618 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
20
21
22
From: Jordan Justen <jordan.l.justen@intel.com>
Date: Fri, 21 Feb 2020 20:25:11 -0800
Subject: bash-completion: Remove #! from non-executable file

This file is intended to be sourced into the shell environment, and
not run directly.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
---
 completions/bash/piglit | 2 --
 1 file changed, 2 deletions(-)

diff --git a/completions/bash/piglit b/completions/bash/piglit
index f0bea28..a2c3bdc 100644
--- a/completions/bash/piglit
+++ b/completions/bash/piglit
@@ -1,5 +1,3 @@
-#!/bin/bash
-
 # Bash completions for piglit
 # Copyright © 2016 Intel Corporation
 #