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/speedcheck/module.build | 1 + core/modules/speedcheck/module.conf | 1 + core/modules/speedcheck/module.conf.debian | 1 + core/modules/speedcheck/module.conf.opensuse | 1 + core/modules/speedcheck/module.conf.ubuntu | 1 + 5 files changed, 5 insertions(+) (limited to 'core/modules/speedcheck') diff --git a/core/modules/speedcheck/module.build b/core/modules/speedcheck/module.build index c98ae1ff..6c7bd807 100644 --- a/core/modules/speedcheck/module.build +++ b/core/modules/speedcheck/module.build @@ -1,3 +1,4 @@ +#!/bin/bash fetch_source() { git clone "${REQUIRED_GIT}" "${MODULE_WORK_DIR}/src" diff --git a/core/modules/speedcheck/module.conf b/core/modules/speedcheck/module.conf index bafa3662..69fb2428 100644 --- a/core/modules/speedcheck/module.conf +++ b/core/modules/speedcheck/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_GIT="git://git.openslx.org/openslx-ng/speedcheck.git" REQUIRED_PREFIX="/opt/openslx/bin" REQUIRED_BINARIES="speedcheck" diff --git a/core/modules/speedcheck/module.conf.debian b/core/modules/speedcheck/module.conf.debian index 2953ac63..1e09c702 100644 --- a/core/modules/speedcheck/module.conf.debian +++ b/core/modules/speedcheck/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cmake libqt4-dev diff --git a/core/modules/speedcheck/module.conf.opensuse b/core/modules/speedcheck/module.conf.opensuse index 75cb7dd6..d3bd2b76 100644 --- a/core/modules/speedcheck/module.conf.opensuse +++ b/core/modules/speedcheck/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cmake libqt4-devel diff --git a/core/modules/speedcheck/module.conf.ubuntu b/core/modules/speedcheck/module.conf.ubuntu index 2953ac63..1e09c702 100644 --- a/core/modules/speedcheck/module.conf.ubuntu +++ b/core/modules/speedcheck/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" cmake libqt4-dev -- cgit v1.2.3-55-g7522