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/alsa/module.build | 1 + core/modules/alsa/module.conf | 1 + core/modules/alsa/module.conf.debian | 1 + core/modules/alsa/module.conf.fedora | 1 + core/modules/alsa/module.conf.opensuse | 1 + core/modules/alsa/module.conf.scientific | 1 + core/modules/alsa/module.conf.ubuntu | 1 + core/modules/alsa/module.conf.ubuntu.12 | 1 + 8 files changed, 8 insertions(+) (limited to 'core/modules/alsa') diff --git a/core/modules/alsa/module.build b/core/modules/alsa/module.build index 4d3990b1..078aa338 100644 --- a/core/modules/alsa/module.build +++ b/core/modules/alsa/module.build @@ -1,3 +1,4 @@ +#!/bin/bash fetch_source() { : } diff --git a/core/modules/alsa/module.conf b/core/modules/alsa/module.conf index 2a8be7a1..74917b4c 100644 --- a/core/modules/alsa/module.conf +++ b/core/modules/alsa/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES=" amixer alsamixer diff --git a/core/modules/alsa/module.conf.debian b/core/modules/alsa/module.conf.debian index 5f4d1283..a6ced7fd 100644 --- a/core/modules/alsa/module.conf.debian +++ b/core/modules/alsa/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" alsa-utils alsa-base diff --git a/core/modules/alsa/module.conf.fedora b/core/modules/alsa/module.conf.fedora index 4ea213db..b42c80e7 100644 --- a/core/modules/alsa/module.conf.fedora +++ b/core/modules/alsa/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" alsa-utils alsa-lib diff --git a/core/modules/alsa/module.conf.opensuse b/core/modules/alsa/module.conf.opensuse index a9ba1d50..3e37bb40 100644 --- a/core/modules/alsa/module.conf.opensuse +++ b/core/modules/alsa/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_CONTENT_PACKAGES=" alsa-utils alsa diff --git a/core/modules/alsa/module.conf.scientific b/core/modules/alsa/module.conf.scientific index 643e52d3..81df0d5b 100644 --- a/core/modules/alsa/module.conf.scientific +++ b/core/modules/alsa/module.conf.scientific @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" module-init-tools alsa-utils diff --git a/core/modules/alsa/module.conf.ubuntu b/core/modules/alsa/module.conf.ubuntu index c07957ab..95684832 100644 --- a/core/modules/alsa/module.conf.ubuntu +++ b/core/modules/alsa/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_CONTENT_PACKAGES=" alsa-utils alsa-base diff --git a/core/modules/alsa/module.conf.ubuntu.12 b/core/modules/alsa/module.conf.ubuntu.12 index 2eb57b3d..2a5a2778 100644 --- a/core/modules/alsa/module.conf.ubuntu.12 +++ b/core/modules/alsa/module.conf.ubuntu.12 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_CONTENT_PACKAGES=" alsa-utils alsa-base -- cgit v1.2.3-55-g7522