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/dunst/module.build | 1 + core/modules/dunst/module.conf | 1 + core/modules/dunst/module.conf.ubuntu | 1 + 3 files changed, 3 insertions(+) (limited to 'core/modules/dunst') diff --git a/core/modules/dunst/module.build b/core/modules/dunst/module.build index 16e0bb5b..bae466ae 100644 --- a/core/modules/dunst/module.build +++ b/core/modules/dunst/module.build @@ -1,4 +1,5 @@ #!/bin/bash +#!/bin/bash fetch_source() { : diff --git a/core/modules/dunst/module.conf b/core/modules/dunst/module.conf index bf5386db..9a684ee2 100644 --- a/core/modules/dunst/module.conf +++ b/core/modules/dunst/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES=" dunst notify-send diff --git a/core/modules/dunst/module.conf.ubuntu b/core/modules/dunst/module.conf.ubuntu index ffbc9295..dac9d844 100644 --- a/core/modules/dunst/module.conf.ubuntu +++ b/core/modules/dunst/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" dunst libnotify-bin -- cgit v1.2.3-55-g7522