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/printergui/module.build | 1 + core/modules/printergui/module.conf | 1 + core/modules/printergui/module.conf.debian | 1 + core/modules/printergui/module.conf.fedora | 1 + core/modules/printergui/module.conf.opensuse | 1 + core/modules/printergui/module.conf.ubuntu | 1 + 6 files changed, 6 insertions(+) (limited to 'core/modules/printergui') diff --git a/core/modules/printergui/module.build b/core/modules/printergui/module.build index 3ede1dfc..aa7d35a4 100644 --- a/core/modules/printergui/module.build +++ b/core/modules/printergui/module.build @@ -1,4 +1,5 @@ #!/bin/bash +#!/bin/bash fetch_source() { git clone "${REQUIRED_GIT}" "${MODULE_WORK_DIR}/src" diff --git a/core/modules/printergui/module.conf b/core/modules/printergui/module.conf index 39e64b16..2746168f 100644 --- a/core/modules/printergui/module.conf +++ b/core/modules/printergui/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_GIT="git://git.openslx.org/openslx-ng/printergui.git" REQUIRED_COMMIT="HEAD" REQUIRED_BINARIES=" diff --git a/core/modules/printergui/module.conf.debian b/core/modules/printergui/module.conf.debian index 54123003..54eb0feb 100644 --- a/core/modules/printergui/module.conf.debian +++ b/core/modules/printergui/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" libcups2-dev libqt4-dev diff --git a/core/modules/printergui/module.conf.fedora b/core/modules/printergui/module.conf.fedora index f1f55014..921e0d52 100644 --- a/core/modules/printergui/module.conf.fedora +++ b/core/modules/printergui/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups-devel qt-devel diff --git a/core/modules/printergui/module.conf.opensuse b/core/modules/printergui/module.conf.opensuse index 478d0a71..d23eced1 100644 --- a/core/modules/printergui/module.conf.opensuse +++ b/core/modules/printergui/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cups-devel libqt4-devel diff --git a/core/modules/printergui/module.conf.ubuntu b/core/modules/printergui/module.conf.ubuntu index 73c89910..e6d9d864 100644 --- a/core/modules/printergui/module.conf.ubuntu +++ b/core/modules/printergui/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" libcups2-dev libqt4-dev -- cgit v1.2.3-55-g7522