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
#
|