From c034aece94b8c2516dad9091dd8060b9cb24b7dc Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sun, 19 Jul 2020 12:10:59 +0200 Subject: [PATCH] bash completion: remove shebang The bash completion file is not a script to be executed directly, but it is sourced by bash. Hence, remove its shebang. Reviewed-by: Cole Robinson Signed-off-by: Pino Toscano --- data/bash-completion.sh.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/data/bash-completion.sh.in b/data/bash-completion.sh.in index 868c2b753..6b00fa324 100644 --- a/data/bash-completion.sh.in +++ b/data/bash-completion.sh.in @@ -1,5 +1,3 @@ -#!/bin/bash - # Run something, muting output or redirecting it to the debug stream # depending on the value of _ARC_DEBUG. __python_argcomplete_run() {