xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tools/libxl: remove shebang from bash_completion helper
@ 2012-02-04 13:37 Olaf Hering
  2012-02-07 17:18 ` Ian Jackson
  0 siblings, 1 reply; 2+ messages in thread
From: Olaf Hering @ 2012-02-04 13:37 UTC (permalink / raw)
  To: xen-devel

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] tools/libxl: remove shebang from bash_completion helper
  2012-02-04 13:37 [PATCH] tools/libxl: remove shebang from bash_completion helper Olaf Hering
@ 2012-02-07 17:18 ` Ian Jackson
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Jackson @ 2012-02-07 17:18 UTC (permalink / raw)
  To: Olaf Hering; +Cc: xen-devel

Olaf Hering writes ("[Xen-devel] [PATCH] tools/libxl: remove shebang from bash_completion helper"):
> tools/libxl: remove shebang from bash_completion helper

Committed-by: Ian Jackson <ian.jackson@eu.citrix.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-02-07 17:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 13:37 [PATCH] tools/libxl: remove shebang from bash_completion helper Olaf Hering
2012-02-07 17:18 ` Ian Jackson

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).