summaryrefslogtreecommitdiff
path: root/data/bash-completion.sh.in
diff options
context:
space:
mode:
authorPino Toscano <ptoscano@redhat.com>2020-07-19 12:10:59 +0200
committerCole Robinson <crobinso@redhat.com>2020-07-20 12:56:41 -0400
commitc034aece94b8c2516dad9091dd8060b9cb24b7dc (patch)
treedc7e4ec795e3d04bfad430851b1f46a1398a140c /data/bash-completion.sh.in
parentebaf153e917b1292a5e34b40c022010ce56b9e6c (diff)
downloadvirt-manager-c034aece94b8c2516dad9091dd8060b9cb24b7dc.tar.gz
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 <crobinso@redhat.com> Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Diffstat (limited to 'data/bash-completion.sh.in')
-rw-r--r--data/bash-completion.sh.in2
1 files changed, 0 insertions, 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() {