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/xorg/module.build | 1 + core/modules/xorg/module.conf | 1 + core/modules/xorg/module.conf.centos | 1 + core/modules/xorg/module.conf.debian | 1 + core/modules/xorg/module.conf.fedora | 1 + core/modules/xorg/module.conf.opensuse | 1 + core/modules/xorg/module.conf.opensuse.13.1 | 1 + core/modules/xorg/module.conf.opensuse.13.2 | 1 + core/modules/xorg/module.conf.ubuntu | 1 + core/modules/xorg/module.conf.ubuntu.16 | 1 + 10 files changed, 10 insertions(+) (limited to 'core/modules/xorg') diff --git a/core/modules/xorg/module.build b/core/modules/xorg/module.build index 8806fc9f..92db3ae1 100644 --- a/core/modules/xorg/module.build +++ b/core/modules/xorg/module.build @@ -1,4 +1,5 @@ #!/bin/bash +#!/bin/bash fetch_source() { : diff --git a/core/modules/xorg/module.conf b/core/modules/xorg/module.conf index 6aacc654..328ebd0e 100644 --- a/core/modules/xorg/module.conf +++ b/core/modules/xorg/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES=" X Xorg diff --git a/core/modules/xorg/module.conf.centos b/core/modules/xorg/module.conf.centos index ff5846e3..22e4890a 100644 --- a/core/modules/xorg/module.conf.centos +++ b/core/modules/xorg/module.conf.centos @@ -1,3 +1,4 @@ +#!/bin/bash # xkbutils, xkbprint, setxkbmap, xkbevd for 64-bit openSuse REQUIRED_INSTALLED_PACKAGES=" xorg-x11-server-Xorg diff --git a/core/modules/xorg/module.conf.debian b/core/modules/xorg/module.conf.debian index 3bde05ef..8f65ce7a 100644 --- a/core/modules/xorg/module.conf.debian +++ b/core/modules/xorg/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" ttf-dejavu " diff --git a/core/modules/xorg/module.conf.fedora b/core/modules/xorg/module.conf.fedora index 5cb5a594..7ffba4da 100644 --- a/core/modules/xorg/module.conf.fedora +++ b/core/modules/xorg/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash # xkbutils, xkbprint, setxkbmap, xkbevd for 64-bit openSuse REQUIRED_INSTALLED_PACKAGES=" xorg-x11-server-Xorg diff --git a/core/modules/xorg/module.conf.opensuse b/core/modules/xorg/module.conf.opensuse index 1e6f5ff1..75c6b866 100644 --- a/core/modules/xorg/module.conf.opensuse +++ b/core/modules/xorg/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash # xkbutils, xkbprint, setxkbmap, xkbevd for 64-bit openSuse REQUIRED_INSTALLED_PACKAGES=" " diff --git a/core/modules/xorg/module.conf.opensuse.13.1 b/core/modules/xorg/module.conf.opensuse.13.1 index 6199ed15..29a3c4e5 100644 --- a/core/modules/xorg/module.conf.opensuse.13.1 +++ b/core/modules/xorg/module.conf.opensuse.13.1 @@ -1,3 +1,4 @@ +#!/bin/bash # xkbutils, xkbprint, setxkbmap, xkbevd for 64-bit openSuse REQUIRED_INSTALLED_PACKAGES=" xorg-x11 diff --git a/core/modules/xorg/module.conf.opensuse.13.2 b/core/modules/xorg/module.conf.opensuse.13.2 index 363ce3aa..894b9ed0 100644 --- a/core/modules/xorg/module.conf.opensuse.13.2 +++ b/core/modules/xorg/module.conf.opensuse.13.2 @@ -1,3 +1,4 @@ +#!/bin/bash # xkbutils, xkbprint, setxkbmap, xkbevd for 64-bit openSuse REQUIRED_INSTALLED_PACKAGES=" xorg-x11 diff --git a/core/modules/xorg/module.conf.ubuntu b/core/modules/xorg/module.conf.ubuntu index 4f063440..56036f96 100644 --- a/core/modules/xorg/module.conf.ubuntu +++ b/core/modules/xorg/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" fonts-dejavu-core fonts-dejavu-extra diff --git a/core/modules/xorg/module.conf.ubuntu.16 b/core/modules/xorg/module.conf.ubuntu.16 index 8eb4cd56..bd2c21b3 100644 --- a/core/modules/xorg/module.conf.ubuntu.16 +++ b/core/modules/xorg/module.conf.ubuntu.16 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" " REQUIRED_CONTENT_PACKAGES=" -- cgit v1.2.3-55-g7522