summaryrefslogtreecommitdiffstats
path: root/core/modules/dnbd3
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/dnbd3
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/dnbd3')
-rw-r--r--core/modules/dnbd3/module.build1
-rw-r--r--core/modules/dnbd3/module.conf1
-rw-r--r--core/modules/dnbd3/module.conf.debian1
-rw-r--r--core/modules/dnbd3/module.conf.opensuse1
-rw-r--r--core/modules/dnbd3/module.conf.ubuntu1
5 files changed, 5 insertions, 0 deletions
diff --git a/core/modules/dnbd3/module.build b/core/modules/dnbd3/module.build
index bc07a7ca..f1df5549 100644
--- a/core/modules/dnbd3/module.build
+++ b/core/modules/dnbd3/module.build
@@ -1,3 +1,4 @@
+#!/bin/bash
fetch_source() {
mkdir -p "src/kmod"
if [ ! -d "src/dnbd3" ]; then
diff --git a/core/modules/dnbd3/module.conf b/core/modules/dnbd3/module.conf
index fba4a88b..4de8c8a2 100644
--- a/core/modules/dnbd3/module.conf
+++ b/core/modules/dnbd3/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_MODULES="kernel"
REQUIRED_GIT="git://git.openslx.org/dnbd3.git"
REQUIRED_COMMIT="0df5be95c5073dfe03234abd26c9b60340f48bdf"
diff --git a/core/modules/dnbd3/module.conf.debian b/core/modules/dnbd3/module.conf.debian
index d303245c..f91f1161 100644
--- a/core/modules/dnbd3/module.conf.debian
+++ b/core/modules/dnbd3/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_CONTENT_PACKAGES="
cmake
"
diff --git a/core/modules/dnbd3/module.conf.opensuse b/core/modules/dnbd3/module.conf.opensuse
index 713ad2b1..1279ed72 100644
--- a/core/modules/dnbd3/module.conf.opensuse
+++ b/core/modules/dnbd3/module.conf.opensuse
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_CONTENT_PACKAGES="
cmake
"
diff --git a/core/modules/dnbd3/module.conf.ubuntu b/core/modules/dnbd3/module.conf.ubuntu
index 69b5b9de..a6d63345 100644
--- a/core/modules/dnbd3/module.conf.ubuntu
+++ b/core/modules/dnbd3/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_CONTENT_PACKAGES="
cmake
fuse