]> xenbits.xensource.com Git - xen.git/commitdiff
libxl: remove shebang from bash_completion helper
authorOlaf Hering <olaf@aepfle.de>
Tue, 7 Feb 2012 17:18:10 +0000 (17:18 +0000)
committerOlaf Hering <olaf@aepfle.de>
Tue, 7 Feb 2012 17:18:10 +0000 (17:18 +0000)
Fix rpmlint warning:

xen-tools.x86_64: W: sourced-script-with-shebang
/etc/bash_completion.d/xl.sh /bin/bash
This text file contains a shebang, but is meant to be sourced, not executed.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/bash-completion

index 513d28e9b63a268fbb3d98436b42047f9b1ba894..b7cd6b3992fa22f33ffe9d4851d122383ab8e319 100644 (file)
@@ -1,4 +1,3 @@
-#!/bin/bash
 # Copy this file to /etc/bash_completion.d/xl.sh
 
 _xl()