From: Hannes Reinecke Date: Fri, 29 Nov 2013 12:13:54 +0000 (+0100) Subject: Remove shebang from shell-completion files X-Git-Tag: 035~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=336bd09d2cf9d3ded4abb828eb54742218a32b04;p=thirdparty%2Fdracut.git Remove shebang from shell-completion files 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 --- diff --git a/dracut-bash-completion.sh b/dracut-bash-completion.sh index d796c358f..9f359c6e8 100644 --- a/dracut-bash-completion.sh +++ b/dracut-bash-completion.sh @@ -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 # diff --git a/lsinitrd-bash-completion.sh b/lsinitrd-bash-completion.sh index 78ab16540..3df2965f4 100644 --- a/lsinitrd-bash-completion.sh +++ b/lsinitrd-bash-completion.sh @@ -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 #