summaryrefslogtreecommitdiffstats
path: root/core/modules/debug-report-bwlp
diff options
context:
space:
mode:
authorSimon Rettberg2017-02-28 22:28:55 +0100
committerSimon Rettberg2017-02-28 22:28:55 +0100
commitc79dec3ba517967c09ef398b20d577271774df19 (patch)
tree163608e6b443aff1d1380d8308589c9c9e9a6952 /core/modules/debug-report-bwlp
parent[beamergui] FFS, use brain! (name binary properly, include in target) (diff)
downloadmltk-c79dec3ba517967c09ef398b20d577271774df19.tar.gz
mltk-c79dec3ba517967c09ef398b20d577271774df19.tar.xz
mltk-c79dec3ba517967c09ef398b20d577271774df19.zip
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.
Diffstat (limited to 'core/modules/debug-report-bwlp')
-rw-r--r--core/modules/debug-report-bwlp/module.build1
-rw-r--r--core/modules/debug-report-bwlp/module.conf1
-rw-r--r--core/modules/debug-report-bwlp/module.conf.debian1
-rw-r--r--core/modules/debug-report-bwlp/module.conf.opensuse1
-rw-r--r--core/modules/debug-report-bwlp/module.conf.ubuntu1
5 files changed, 5 insertions, 0 deletions
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