From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: [PATCH] tools/libxl: remove shebang from bash_completion helper Date: Sat, 04 Feb 2012 14:37:52 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org # HG changeset patch # User Olaf Hering # 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 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()