25 lines
663 B
Diff
25 lines
663 B
Diff
From: Simon McVittie <smcv@collabora.com>
|
|
Date: Tue, 29 Aug 2017 17:05:16 +0100
|
|
Subject: Remove shebang from bash completions
|
|
|
|
bash completions are to be sourced. It makes little sense to
|
|
execute them.
|
|
|
|
Signed-off-by: Simon McVittie <smcv@debian.org>
|
|
Forwarded: https://github.com/ostreedev/ostree/pull/1119
|
|
Applied-upstream: 2017.11, commit:355e8516b04801caf50b0b8a218fc8f6321d8d05
|
|
---
|
|
bash/ostree | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/bash/ostree b/bash/ostree
|
|
index f4305f6..da8b9af 100644
|
|
--- a/bash/ostree
|
|
+++ b/bash/ostree
|
|
@@ -1,5 +1,3 @@
|
|
-#!/bin/bash
|
|
-#
|
|
# bash completion file for ostree commands
|
|
#
|
|
# This script provides completion of:
|