[virt-manager PATCH] bash completion: remove shebang
    Pino Toscano 
    ptoscano at redhat.com
       
    Sun Jul 19 10:10:59 UTC 2020
    
    
  
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 at redhat.com>
---
 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
    
    
More information about the virt-tools-list
mailing list