From c79dec3ba517967c09ef398b20d577271774df19 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 28 Feb 2017 22:28:55 +0100 Subject: 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. --- core/modules/kernel-system/module.build | 1 + core/modules/kernel-system/module.conf | 1 + core/modules/kernel-system/module.conf.fedora | 1 + core/modules/kernel-system/module.conf.opensuse | 1 + core/modules/kernel-system/module.conf.ubuntu | 1 + 5 files changed, 5 insertions(+) (limited to 'core/modules/kernel-system') diff --git a/core/modules/kernel-system/module.build b/core/modules/kernel-system/module.build index a5bd747c..99536ad2 100644 --- a/core/modules/kernel-system/module.build +++ b/core/modules/kernel-system/module.build @@ -1,3 +1,4 @@ +#!/bin/bash # kernel-system: Try to use the system's kernel without recompiling # overloaded get_kernel_version function from kernel.inc diff --git a/core/modules/kernel-system/module.conf b/core/modules/kernel-system/module.conf index 0cd03752..8811668a 100644 --- a/core/modules/kernel-system/module.conf +++ b/core/modules/kernel-system/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES="" REQUIRED_LIBRARIES="" REQUIRED_DIRECTORIES="" diff --git a/core/modules/kernel-system/module.conf.fedora b/core/modules/kernel-system/module.conf.fedora index cf683784..ba170ca0 100644 --- a/core/modules/kernel-system/module.conf.fedora +++ b/core/modules/kernel-system/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" kernel-headers " diff --git a/core/modules/kernel-system/module.conf.opensuse b/core/modules/kernel-system/module.conf.opensuse index 6bfc2078..91aeabb5 100644 --- a/core/modules/kernel-system/module.conf.opensuse +++ b/core/modules/kernel-system/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" kernel-desktop-devel " diff --git a/core/modules/kernel-system/module.conf.ubuntu b/core/modules/kernel-system/module.conf.ubuntu index 2f2ce122..ad105053 100644 --- a/core/modules/kernel-system/module.conf.ubuntu +++ b/core/modules/kernel-system/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" linux-headers-${SYSTEM_KERNEL_LONG} " -- cgit v1.2.3-55-g7522