mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-03 01:18:00 +03: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
|
||||
# depending on the value of _ARC_DEBUG.
|
||||
__python_argcomplete_run() {
|
||||
|
Loading…
Reference in New Issue
Block a user