From 45fb2024f8c4a7384eb135edf68850df026e059d Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 18 Feb 2020 21:33:20 +0800 Subject: [PATCH] completions: drop shebang from non-executable files These completion files do not get marked as executable, so they don't need a shebang. --- share/completions/bd.fish | 1 - share/completions/doas.fish | 2 -- 2 files changed, 3 deletions(-) diff --git a/share/completions/bd.fish b/share/completions/bd.fish index fb9444ab0..0ee395c6d 100644 --- a/share/completions/bd.fish +++ b/share/completions/bd.fish @@ -1,4 +1,3 @@ -#!/usr/bin/env fish # -*- mode:fish; tab-width:4 -*- # # fish-completion for fish-bd diff --git a/share/completions/doas.fish b/share/completions/doas.fish index 10527c0fe..ab75421b6 100644 --- a/share/completions/doas.fish +++ b/share/completions/doas.fish @@ -1,5 +1,3 @@ -#!/usr/bin/fish -# # Completion for doas https://github.com/multiplexd/doas # based on the sudo completions #