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/smbclient/module.build | 1 + core/modules/smbclient/module.conf | 1 + core/modules/smbclient/module.conf.debian | 1 + core/modules/smbclient/module.conf.fedora | 1 + core/modules/smbclient/module.conf.opensuse | 1 + core/modules/smbclient/module.conf.ubuntu | 1 + 6 files changed, 6 insertions(+) (limited to 'core/modules/smbclient') diff --git a/core/modules/smbclient/module.build b/core/modules/smbclient/module.build index ec2c80fe..98b9b8db 100644 --- a/core/modules/smbclient/module.build +++ b/core/modules/smbclient/module.build @@ -1,3 +1,4 @@ +#!/bin/bash fetch_source() { : } diff --git a/core/modules/smbclient/module.conf b/core/modules/smbclient/module.conf index 460c57b5..e90f1c2c 100644 --- a/core/modules/smbclient/module.conf +++ b/core/modules/smbclient/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES=" smbspool smbcacls diff --git a/core/modules/smbclient/module.conf.debian b/core/modules/smbclient/module.conf.debian index 4b33f4bd..6b322183 100644 --- a/core/modules/smbclient/module.conf.debian +++ b/core/modules/smbclient/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" smbclient " diff --git a/core/modules/smbclient/module.conf.fedora b/core/modules/smbclient/module.conf.fedora index f524d100..c3eab442 100644 --- a/core/modules/smbclient/module.conf.fedora +++ b/core/modules/smbclient/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" samba-client " diff --git a/core/modules/smbclient/module.conf.opensuse b/core/modules/smbclient/module.conf.opensuse index f524d100..c3eab442 100644 --- a/core/modules/smbclient/module.conf.opensuse +++ b/core/modules/smbclient/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" samba-client " diff --git a/core/modules/smbclient/module.conf.ubuntu b/core/modules/smbclient/module.conf.ubuntu index 4b33f4bd..6b322183 100644 --- a/core/modules/smbclient/module.conf.ubuntu +++ b/core/modules/smbclient/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" smbclient " -- cgit v1.2.3-55-g7522