mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
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>
This commit is contained in:
parent
ebaf153e91
commit
c034aece94
@ -1,5 +1,3 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
# Run something, muting output or redirecting it to the debug stream
|
# Run something, muting output or redirecting it to the debug stream
|
||||||
# depending on the value of _ARC_DEBUG.
|
# depending on the value of _ARC_DEBUG.
|
||||||
__python_argcomplete_run() {
|
__python_argcomplete_run() {
|
||||||
|
Loading…
Reference in New Issue
Block a user