From c79dec3ba517967c09ef398b20d577271774df19 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 28 Feb 2017 22:28:55 +0100 Subject: Add bash shebangs to all our includes: github misidentifies lots of includes in its code stats and syntax highlighting. Try to make it a nicer place by giving it a hint via that shebang. It's actually useless in files that are being sourced, but it doesn't hurt either. --- core/modules/plymouth/module.build | 1 + core/modules/plymouth/module.conf | 1 + core/modules/plymouth/module.conf.debian | 1 + core/modules/plymouth/module.conf.opensuse | 1 + core/modules/plymouth/module.conf.ubuntu | 1 + 5 files changed, 5 insertions(+) (limited to 'core/modules/plymouth') diff --git a/core/modules/plymouth/module.build b/core/modules/plymouth/module.build index 67b7734e..77201166 100644 --- a/core/modules/plymouth/module.build +++ b/core/modules/plymouth/module.build @@ -1,4 +1,5 @@ #!/bin/bash +#!/bin/bash fetch_source() { download_untar "$REQUIRED_URL" "src/" diff --git a/core/modules/plymouth/module.conf b/core/modules/plymouth/module.conf index d8827529..49ce6dee 100644 --- a/core/modules/plymouth/module.conf +++ b/core/modules/plymouth/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_VERSION="plymouth-0.8.6.1" REQUIRED_URL="http://www.freedesktop.org/software/plymouth/releases/${REQUIRED_VERSION}.tar.bz2" REQUIRED_PREFIX="/usr" diff --git a/core/modules/plymouth/module.conf.debian b/core/modules/plymouth/module.conf.debian index 0c6e00a4..d35583c1 100644 --- a/core/modules/plymouth/module.conf.debian +++ b/core/modules/plymouth/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" libpng-dev libpango1.0-dev diff --git a/core/modules/plymouth/module.conf.opensuse b/core/modules/plymouth/module.conf.opensuse index 034af2ad..c3e5de39 100644 --- a/core/modules/plymouth/module.conf.opensuse +++ b/core/modules/plymouth/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" libpng12-devel pango-devel diff --git a/core/modules/plymouth/module.conf.ubuntu b/core/modules/plymouth/module.conf.ubuntu index 0c6e00a4..d35583c1 100644 --- a/core/modules/plymouth/module.conf.ubuntu +++ b/core/modules/plymouth/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" libpng-dev libpango1.0-dev -- cgit v1.2.3-55-g7522