The bash completion file is not a script to be executed directly, but it is sourced by bash. Hence, remove its shebang. Signed-off-by: Pino Toscano <ptoscano@xxxxxxxxxx> --- 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 868c2b75..6b00fa32 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() { -- 2.26.2