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/redsocks/module.build | 1 + core/modules/redsocks/module.conf | 1 + core/modules/redsocks/module.conf.debian | 1 + core/modules/redsocks/module.conf.fedora | 1 + core/modules/redsocks/module.conf.opensuse | 1 + core/modules/redsocks/module.conf.ubuntu | 1 + 6 files changed, 6 insertions(+) (limited to 'core/modules/redsocks') diff --git a/core/modules/redsocks/module.build b/core/modules/redsocks/module.build index 8c5c4e84..4903cdbd 100644 --- a/core/modules/redsocks/module.build +++ b/core/modules/redsocks/module.build @@ -1,3 +1,4 @@ +#!/bin/bash #tool/distro specific functions for fetching, building and installing dependencies diff --git a/core/modules/redsocks/module.conf b/core/modules/redsocks/module.conf index 62c15c70..a9093160 100644 --- a/core/modules/redsocks/module.conf +++ b/core/modules/redsocks/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_GIT="git://github.com/darkk/redsocks.git" REQUIRED_REVISION="2e3f648809e27cc19cb7a8702f19b553a7ef9a81" REQUIRED_BINARIES=" diff --git a/core/modules/redsocks/module.conf.debian b/core/modules/redsocks/module.conf.debian index da41b04e..b417ee80 100644 --- a/core/modules/redsocks/module.conf.debian +++ b/core/modules/redsocks/module.conf.debian @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" libevent-dev " diff --git a/core/modules/redsocks/module.conf.fedora b/core/modules/redsocks/module.conf.fedora index fcc0fb45..407b1e3b 100644 --- a/core/modules/redsocks/module.conf.fedora +++ b/core/modules/redsocks/module.conf.fedora @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" libevent-devel " diff --git a/core/modules/redsocks/module.conf.opensuse b/core/modules/redsocks/module.conf.opensuse index fcc0fb45..407b1e3b 100644 --- a/core/modules/redsocks/module.conf.opensuse +++ b/core/modules/redsocks/module.conf.opensuse @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" libevent-devel " diff --git a/core/modules/redsocks/module.conf.ubuntu b/core/modules/redsocks/module.conf.ubuntu index da41b04e..b417ee80 100644 --- a/core/modules/redsocks/module.conf.ubuntu +++ b/core/modules/redsocks/module.conf.ubuntu @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" libevent-dev " -- cgit v1.2.3-55-g7522