summaryrefslogtreecommitdiffstats
path: root/core/rootfs/rootfs-stage31
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/rootfs/rootfs-stage31
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/rootfs/rootfs-stage31')
-rw-r--r--core/rootfs/rootfs-stage31/module.build1
-rw-r--r--core/rootfs/rootfs-stage31/module.conf1
-rw-r--r--core/rootfs/rootfs-stage31/module.conf.centos1
-rw-r--r--core/rootfs/rootfs-stage31/module.conf.debian1
-rw-r--r--core/rootfs/rootfs-stage31/module.conf.fedora1
-rw-r--r--core/rootfs/rootfs-stage31/module.conf.ubuntu1
6 files changed, 6 insertions, 0 deletions
diff --git a/core/rootfs/rootfs-stage31/module.build b/core/rootfs/rootfs-stage31/module.build
index 7706f6fa..e9e9a979 100644
--- a/core/rootfs/rootfs-stage31/module.build
+++ b/core/rootfs/rootfs-stage31/module.build
@@ -1,4 +1,5 @@
#!/bin/bash
+#!/bin/bash
fetch_source() {
:
}
diff --git a/core/rootfs/rootfs-stage31/module.conf b/core/rootfs/rootfs-stage31/module.conf
index ea8f8113..70ef6734 100644
--- a/core/rootfs/rootfs-stage31/module.conf
+++ b/core/rootfs/rootfs-stage31/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_BINARIES="
ntpdate
"
diff --git a/core/rootfs/rootfs-stage31/module.conf.centos b/core/rootfs/rootfs-stage31/module.conf.centos
index 35c9927b..7e0173be 100644
--- a/core/rootfs/rootfs-stage31/module.conf.centos
+++ b/core/rootfs/rootfs-stage31/module.conf.centos
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
ntpdate
"
diff --git a/core/rootfs/rootfs-stage31/module.conf.debian b/core/rootfs/rootfs-stage31/module.conf.debian
index 35c9927b..7e0173be 100644
--- a/core/rootfs/rootfs-stage31/module.conf.debian
+++ b/core/rootfs/rootfs-stage31/module.conf.debian
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
ntpdate
"
diff --git a/core/rootfs/rootfs-stage31/module.conf.fedora b/core/rootfs/rootfs-stage31/module.conf.fedora
index 35c9927b..7e0173be 100644
--- a/core/rootfs/rootfs-stage31/module.conf.fedora
+++ b/core/rootfs/rootfs-stage31/module.conf.fedora
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
ntpdate
"
diff --git a/core/rootfs/rootfs-stage31/module.conf.ubuntu b/core/rootfs/rootfs-stage31/module.conf.ubuntu
index 35c9927b..7e0173be 100644
--- a/core/rootfs/rootfs-stage31/module.conf.ubuntu
+++ b/core/rootfs/rootfs-stage31/module.conf.ubuntu
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
ntpdate
"