25 lines
822 B
Diff
25 lines
822 B
Diff
From 1c65024709d7c28bf78b42c59a135df17513d78d Mon Sep 17 00:00:00 2001
|
|
From: Christophe de Dinechin <dinechin@redhat.com>
|
|
Date: Thu, 12 Sep 2019 12:57:39 +0200
|
|
Subject: [PATCH] Remove shebang in non-executable completion script
|
|
|
|
Raised during package review [1] by rpmlint
|
|
|
|
[1] https://bugzilla.redhat.com/show_bug.cgi?id=1590425#c8
|
|
|
|
Signed-off-by: Christophe de Dinechin <dinechin@redhat.com>
|
|
---
|
|
src/runtime/data/completions/bash/kata-runtime | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/runtime/data/completions/bash/kata-runtime b/src/runtime/data/completions/bash/kata-runtime
|
|
index c293483..58ab978 100644
|
|
--- a/src/runtime/data/completions/bash/kata-runtime
|
|
+++ b/src/runtime/data/completions/bash/kata-runtime
|
|
@@ -1,4 +1,3 @@
|
|
-#!/usr/bin/env bash
|
|
#
|
|
# Copyright (c) 2018 Intel Corporation
|
|
#
|
|
--
|
|
2.21.0
|