Olaf Hering
2012-Feb-04 13:37 UTC
[PATCH] tools/libxl: remove shebang from bash_completion helper
# HG changeset patch # User Olaf Hering <olaf@aepfle.de> # Date 1328362602 -3600 # Node ID fc90237a814f52a8836b5f667fa9e1eadcaa0394 # Parent 3432abcf9380d3840ca38439a304f74a37d155fc tools/libxl: remove shebang from bash_completion helper 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> diff -r 3432abcf9380 -r fc90237a814f tools/libxl/bash-completion --- a/tools/libxl/bash-completion +++ b/tools/libxl/bash-completion @@ -1,4 +1,3 @@ -#!/bin/bash # Copy this file to /etc/bash_completion.d/xl.sh _xl()
Ian Jackson
2012-Feb-07 17:18 UTC
Re: [PATCH] tools/libxl: remove shebang from bash_completion helper
Olaf Hering writes ("[Xen-devel] [PATCH] tools/libxl: remove shebang from bash_completion helper"):> tools/libxl: remove shebang from bash_completion helperCommitted-by: Ian Jackson <ian.jackson@eu.citrix.com>