summaryrefslogtreecommitdiffstats
path: root/core/modules/redsocks
diff options
context:
space:
mode:
authorSimon Rettberg2017-02-28 22:28:55 +0100
committerSimon Rettberg2017-02-28 22:28:55 +0100
commitc79dec3ba517967c09ef398b20d577271774df19 (patch)
tree163608e6b443aff1d1380d8308589c9c9e9a6952 /core/modules/redsocks
parent[beamergui] FFS, use brain! (name binary properly, include in target) (diff)
downloadmltk-c79dec3ba517967c09ef398b20d577271774df19.tar.gz
mltk-c79dec3ba517967c09ef398b20d577271774df19.tar.xz
mltk-c79dec3ba517967c09ef398b20d577271774df19.zip
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.
Diffstat (limited to 'core/modules/redsocks')
-rw-r--r--core/modules/redsocks/module.build1
-rw-r--r--core/modules/redsocks/module.conf1
-rw-r--r--core/modules/redsocks/module.conf.debian1
-rw-r--r--core/modules/redsocks/module.conf.fedora1
-rw-r--r--core/modules/redsocks/module.conf.opensuse1
-rw-r--r--core/modules/redsocks/module.conf.ubuntu1
6 files changed, 6 insertions, 0 deletions
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
"