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/cups/module.build | 1 + core/modules/cups/module.conf | 1 + core/modules/cups/module.conf.debian | 1 + core/modules/cups/module.conf.fedora | 1 + core/modules/cups/module.conf.opensuse | 1 + core/modules/cups/module.conf.opensuse.13.2 | 1 + core/modules/cups/module.conf.ubuntu | 1 + core/modules/cups/module.conf.ubuntu.12 | 1 + core/modules/cups/module.conf.ubuntu.13 | 1 + core/modules/cups/module.conf.ubuntu.13.10 | 1 + core/modules/cups/module.conf.ubuntu.14 | 1 + core/modules/cups/module.conf.ubuntu.16 | 1 + 12 files changed, 12 insertions(+) (limited to 'core/modules/cups') diff --git a/core/modules/cups/module.build b/core/modules/cups/module.build index 2b29bb7d..50b8b286 100644 --- a/core/modules/cups/module.build +++ b/core/modules/cups/module.build @@ -1,4 +1,5 @@ #!/bin/bash +#!/bin/bash fetch_source() { : diff --git a/core/modules/cups/module.conf b/core/modules/cups/module.conf index 6ec99ac9..b802b66b 100644 --- a/core/modules/cups/module.conf +++ b/core/modules/cups/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES=" cupsd foomatic-rip diff --git a/core/modules/cups/module.conf.debian b/core/modules/cups/module.conf.debian index 1bb1efad..32a64f1d 100644 --- a/core/modules/cups/module.conf.debian +++ b/core/modules/cups/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups-daemon ghostscript diff --git a/core/modules/cups/module.conf.fedora b/core/modules/cups/module.conf.fedora index 6b028b11..08c65357 100644 --- a/core/modules/cups/module.conf.fedora +++ b/core/modules/cups/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups cups-libs diff --git a/core/modules/cups/module.conf.opensuse b/core/modules/cups/module.conf.opensuse index 6b028b11..08c65357 100644 --- a/core/modules/cups/module.conf.opensuse +++ b/core/modules/cups/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups cups-libs diff --git a/core/modules/cups/module.conf.opensuse.13.2 b/core/modules/cups/module.conf.opensuse.13.2 index ebe832dd..0254a3de 100644 --- a/core/modules/cups/module.conf.opensuse.13.2 +++ b/core/modules/cups/module.conf.opensuse.13.2 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups cups-libs diff --git a/core/modules/cups/module.conf.ubuntu b/core/modules/cups/module.conf.ubuntu index 8ca1d1c6..5c4d995a 100644 --- a/core/modules/cups/module.conf.ubuntu +++ b/core/modules/cups/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups ghostscript-cups diff --git a/core/modules/cups/module.conf.ubuntu.12 b/core/modules/cups/module.conf.ubuntu.12 index e858e04c..b14a693f 100644 --- a/core/modules/cups/module.conf.ubuntu.12 +++ b/core/modules/cups/module.conf.ubuntu.12 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" ghostscript cups diff --git a/core/modules/cups/module.conf.ubuntu.13 b/core/modules/cups/module.conf.ubuntu.13 index 53c8d62d..06bf18ab 100644 --- a/core/modules/cups/module.conf.ubuntu.13 +++ b/core/modules/cups/module.conf.ubuntu.13 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups cups-daemon diff --git a/core/modules/cups/module.conf.ubuntu.13.10 b/core/modules/cups/module.conf.ubuntu.13.10 index d3fa3b5d..1c63454f 100644 --- a/core/modules/cups/module.conf.ubuntu.13.10 +++ b/core/modules/cups/module.conf.ubuntu.13.10 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups cups-daemon diff --git a/core/modules/cups/module.conf.ubuntu.14 b/core/modules/cups/module.conf.ubuntu.14 index 23207e5b..d019d8c3 100644 --- a/core/modules/cups/module.conf.ubuntu.14 +++ b/core/modules/cups/module.conf.ubuntu.14 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups cups-daemon diff --git a/core/modules/cups/module.conf.ubuntu.16 b/core/modules/cups/module.conf.ubuntu.16 index 23207e5b..d019d8c3 100644 --- a/core/modules/cups/module.conf.ubuntu.16 +++ b/core/modules/cups/module.conf.ubuntu.16 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups cups-daemon -- cgit v1.2.3-55-g7522