]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Remove shebang from shell-completion files
authorHannes Reinecke <hare@suse.de>
Fri, 29 Nov 2013 12:13:54 +0000 (13:13 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 5 Dec 2013 14:13:29 +0000 (15:13 +0100)
Shell-completion files are meant to be sourced, not executed.
So they shouldn't have a shebang at the start.

Signed-off-by: Hannes Reinecke <hare@suse.de>
dracut-bash-completion.sh
lsinitrd-bash-completion.sh

index d796c358f0af4583a4a5cb02ec336cf5b54bcfee..9f359c6e8cf0e7672416d72dbbb5ef146230d6af 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#
 # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
 # ex: ts=8 sw=4 sts=4 et filetype=sh
 #
index 78ab16540c67d47c35a5bc5479480dbaa46c2fc8..3df2965f47ccb1f0c09cefe7d31e758b04489231 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#
 # -*- mode: shell-script; indent-tabs-mode: nil; sh-basic-offset: 4; -*-
 # ex: ts=8 sw=4 sts=4 et filetype=sh
 #