summaryrefslogtreecommitdiffstats
path: root/core/modules/busybox
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/busybox
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/busybox')
-rw-r--r--core/modules/busybox/module.build1
-rw-r--r--core/modules/busybox/module.conf1
-rw-r--r--core/modules/busybox/module.conf.centos1
3 files changed, 3 insertions, 0 deletions
diff --git a/core/modules/busybox/module.build b/core/modules/busybox/module.build
index 8a7d58fb..46b60c1c 100644
--- a/core/modules/busybox/module.build
+++ b/core/modules/busybox/module.build
@@ -1,3 +1,4 @@
+#!/bin/bash
fetch_source() {
git clone --depth 1 "${REQUIRED_GIT}" --branch "$REQUIRED_BRANCH" src || perror "Could not clone busybox git"
diff --git a/core/modules/busybox/module.conf b/core/modules/busybox/module.conf
index 3214d95e..cdd45a18 100644
--- a/core/modules/busybox/module.conf
+++ b/core/modules/busybox/module.conf
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_GIT="git://git.busybox.net/busybox"
REQUIRED_BRANCH="1_25_1"
REQUIRED_BINARIES="busybox"
diff --git a/core/modules/busybox/module.conf.centos b/core/modules/busybox/module.conf.centos
index adf935c8..7196c449 100644
--- a/core/modules/busybox/module.conf.centos
+++ b/core/modules/busybox/module.conf.centos
@@ -1,3 +1,4 @@
+#!/bin/bash
REQUIRED_DIRECTORIES="
/usr/bin
/usr/sbin