summaryrefslogtreecommitdiffstats
path: root/core/modules/debug
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
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')
-rw-r--r--core/modules/debug/module.build1
-rw-r--r--core/modules/debug/module.conf1
-rw-r--r--core/modules/debug/module.conf.debian1
-rw-r--r--core/modules/debug/module.conf.opensuse1
-rw-r--r--core/modules/debug/module.conf.ubuntu1
5 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/debug/module.build b/core/modules/debug/module.build
index c020181d..aa5f84eb 100644
--- a/core/modules/debug/module.build
+++ b/core/modules/debug/module.build
@@ -1,3 +1,4 @@
+#!/bin/bash
fetch_source() {
:
}
diff --git a/core/modules/debug/module.conf b/core/modules/debug/module.conf
index 71006514..91221349 100644
--- a/core/modules/debug/module.conf
+++ b/core/modules/debug/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_BINARIES="
strace
ltrace
diff --git a/core/modules/debug/module.conf.debian b/core/modules/debug/module.conf.debian
index 00bfea2c..7725fd37 100644
--- a/core/modules/debug/module.conf.debian
+++ b/core/modules/debug/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
curl
ltrace
diff --git a/core/modules/debug/module.conf.opensuse b/core/modules/debug/module.conf.opensuse
index b7971956..fa375f35 100644
--- a/core/modules/debug/module.conf.opensuse
+++ b/core/modules/debug/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
curl
ltrace
diff --git a/core/modules/debug/module.conf.ubuntu b/core/modules/debug/module.conf.ubuntu
index 00bfea2c..7725fd37 100644
--- a/core/modules/debug/module.conf.ubuntu
+++ b/core/modules/debug/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
curl
ltrace