]> code.ossystems Code Review - openembedded-core.git/blob
66d99dd885f748a7355be2ac14fe51a6b2d6c843
[openembedded-core.git] /
1 From 042147675c7c2ea7dd65b2597f2e350376a710aa Mon Sep 17 00:00:00 2001
2 From: Alexander Kanavin <alex.kanavin@gmail.com>
3 Date: Tue, 6 Aug 2019 17:28:56 +0200
4 Subject: [PATCH] bash-completion: remove the shebang at the start
5
6 bash completion files do not need to specify that.
7
8 Upstream-Status: Pending
9 Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10 ---
11  bash-completion/stress-ng | 2 --
12  1 file changed, 2 deletions(-)
13
14 diff --git a/bash-completion/stress-ng b/bash-completion/stress-ng
15 index 8b1421c..7f195be 100755
16 --- a/bash-completion/stress-ng
17 +++ b/bash-completion/stress-ng
18 @@ -1,5 +1,3 @@
19 -#!/bin/bash
20 -#
21  # stress-ng tab completion for bash.
22  #
23  # Copyright (C) 2019 Canonical