xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: xen-devel@lists.xensource.com
Subject: [PATCH] tools/libxl: remove shebang from bash_completion helper
Date: Sat, 04 Feb 2012 14:37:52 +0100	[thread overview]
Message-ID: <fc90237a814f52a8836b.1328362672@probook.site> (raw)

# 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()

             reply	other threads:[~2012-02-04 13:37 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-04 13:37 Olaf Hering [this message]
2012-02-07 17:18 ` [PATCH] tools/libxl: remove shebang from bash_completion helper Ian Jackson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fc90237a814f52a8836b.1328362672@probook.site \
    --to=olaf@aepfle.de \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).