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/debug-report-bwlp/module.build | 1 + core/modules/debug-report-bwlp/module.conf | 1 + core/modules/debug-report-bwlp/module.conf.debian | 1 + core/modules/debug-report-bwlp/module.conf.opensuse | 1 + core/modules/debug-report-bwlp/module.conf.ubuntu | 1 + 5 files changed, 5 insertions(+) (limited to 'core/modules/debug-report-bwlp') diff --git a/core/modules/debug-report-bwlp/module.build b/core/modules/debug-report-bwlp/module.build index 1be608b8..50a3a7ab 100644 --- a/core/modules/debug-report-bwlp/module.build +++ b/core/modules/debug-report-bwlp/module.build @@ -1,3 +1,4 @@ +#!/bin/bash fetch_source() { : } diff --git a/core/modules/debug-report-bwlp/module.conf b/core/modules/debug-report-bwlp/module.conf index 45830ef8..d489fb56 100644 --- a/core/modules/debug-report-bwlp/module.conf +++ b/core/modules/debug-report-bwlp/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES=" curl nano diff --git a/core/modules/debug-report-bwlp/module.conf.debian b/core/modules/debug-report-bwlp/module.conf.debian index 14ae2d29..a14fe7dc 100644 --- a/core/modules/debug-report-bwlp/module.conf.debian +++ b/core/modules/debug-report-bwlp/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" curl nano diff --git a/core/modules/debug-report-bwlp/module.conf.opensuse b/core/modules/debug-report-bwlp/module.conf.opensuse index 14ae2d29..a14fe7dc 100644 --- a/core/modules/debug-report-bwlp/module.conf.opensuse +++ b/core/modules/debug-report-bwlp/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" curl nano diff --git a/core/modules/debug-report-bwlp/module.conf.ubuntu b/core/modules/debug-report-bwlp/module.conf.ubuntu index 14ae2d29..a14fe7dc 100644 --- a/core/modules/debug-report-bwlp/module.conf.ubuntu +++ b/core/modules/debug-report-bwlp/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" curl nano -- cgit v1.2.3-55-g7522