diff options
| author | Simon Rettberg | 2017-02-28 22:28:55 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2017-02-28 22:28:55 +0100 |
| commit | c79dec3ba517967c09ef398b20d577271774df19 (patch) | |
| tree | 163608e6b443aff1d1380d8308589c9c9e9a6952 /core/modules/dmidecode | |
| parent | [beamergui] FFS, use brain! (name binary properly, include in target) (diff) | |
| download | mltk-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/dmidecode')
| -rw-r--r-- | core/modules/dmidecode/module.build | 1 | ||||
| -rw-r--r-- | core/modules/dmidecode/module.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/core/modules/dmidecode/module.build b/core/modules/dmidecode/module.build index f37536af..8394db50 100644 --- a/core/modules/dmidecode/module.build +++ b/core/modules/dmidecode/module.build @@ -1,4 +1,5 @@ #!/bin/bash +#!/bin/bash fetch_source() { diff --git a/core/modules/dmidecode/module.conf b/core/modules/dmidecode/module.conf index 3f58cff4..a2cc48c4 100644 --- a/core/modules/dmidecode/module.conf +++ b/core/modules/dmidecode/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_GIT="git://git.savannah.nongnu.org/dmidecode.git" REQUIRED_BINARIES=" dmidecode |
