From acf9c379f28b91b8bee30e27e0e8bd436647172e Mon Sep 17 00:00:00 2001 From: Salvo 'LtWorf' Tomaselli Date: Fri, 20 Jul 2018 16:32:51 +0200 Subject: [PATCH] Remove headers, to make lintian happy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and my editor unhappy… but meh --- completion/stops | 2 -- completion/trip | 2 -- 2 files changed, 4 deletions(-) diff --git a/completion/stops b/completion/stops index 4362952..57ef620 100644 --- a/completion/stops +++ b/completion/stops @@ -1,5 +1,3 @@ -#!/bin/bash - _stops_tab_complete() { local cur COMPREPLY=() diff --git a/completion/trip b/completion/trip index fb649ee..37b9324 100644 --- a/completion/trip +++ b/completion/trip @@ -1,5 +1,3 @@ -#!/bin/bash - _trip_tab_complete() { local cur COMPREPLY=()