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/openbox/module.build | 1 + core/modules/openbox/module.conf | 1 + core/modules/openbox/module.conf.debian | 1 + core/modules/openbox/module.conf.fedora | 1 + core/modules/openbox/module.conf.opensuse | 1 + core/modules/openbox/module.conf.ubuntu | 1 + core/modules/openbox/module.conf.zypper | 1 + 7 files changed, 7 insertions(+) (limited to 'core/modules/openbox') diff --git a/core/modules/openbox/module.build b/core/modules/openbox/module.build index 0cd6aaad..a02ddc8b 100644 --- a/core/modules/openbox/module.build +++ b/core/modules/openbox/module.build @@ -1,3 +1,4 @@ +#!/bin/bash fetch_source() { : } diff --git a/core/modules/openbox/module.conf b/core/modules/openbox/module.conf index 8a816b97..ea797191 100644 --- a/core/modules/openbox/module.conf +++ b/core/modules/openbox/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES=" openbox openbox-session diff --git a/core/modules/openbox/module.conf.debian b/core/modules/openbox/module.conf.debian index b10bd40d..8dd94ae0 100644 --- a/core/modules/openbox/module.conf.debian +++ b/core/modules/openbox/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" openbox libpango1.0-0 diff --git a/core/modules/openbox/module.conf.fedora b/core/modules/openbox/module.conf.fedora index f919f3b3..3fff6d8c 100644 --- a/core/modules/openbox/module.conf.fedora +++ b/core/modules/openbox/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" openbox pango diff --git a/core/modules/openbox/module.conf.opensuse b/core/modules/openbox/module.conf.opensuse index c06a89b2..7135fc47 100644 --- a/core/modules/openbox/module.conf.opensuse +++ b/core/modules/openbox/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" openbox libpango-1_0-0 diff --git a/core/modules/openbox/module.conf.ubuntu b/core/modules/openbox/module.conf.ubuntu index b10bd40d..8dd94ae0 100644 --- a/core/modules/openbox/module.conf.ubuntu +++ b/core/modules/openbox/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" openbox libpango1.0-0 diff --git a/core/modules/openbox/module.conf.zypper b/core/modules/openbox/module.conf.zypper index 1d0b68c5..824ac113 100644 --- a/core/modules/openbox/module.conf.zypper +++ b/core/modules/openbox/module.conf.zypper @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" openbox libpango-1_0-0" REQUIRED_CONTENT_PACKAGES=" openbox -- cgit v1.2.3-55-g7522