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/openstack/module.build | 1 + core/modules/openstack/module.conf | 1 + core/modules/openstack/module.conf.ubuntu.14 | 1 + 3 files changed, 3 insertions(+) (limited to 'core/modules/openstack') diff --git a/core/modules/openstack/module.build b/core/modules/openstack/module.build index 97e93235..a5cbb6b6 100644 --- a/core/modules/openstack/module.build +++ b/core/modules/openstack/module.build @@ -1,3 +1,4 @@ +#!/bin/bash fetch_source() { : } diff --git a/core/modules/openstack/module.conf b/core/modules/openstack/module.conf index 0cd03752..8811668a 100644 --- a/core/modules/openstack/module.conf +++ b/core/modules/openstack/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_BINARIES="" REQUIRED_LIBRARIES="" REQUIRED_DIRECTORIES="" diff --git a/core/modules/openstack/module.conf.ubuntu.14 b/core/modules/openstack/module.conf.ubuntu.14 index 7c24b4a9..88805461 100644 --- a/core/modules/openstack/module.conf.ubuntu.14 +++ b/core/modules/openstack/module.conf.ubuntu.14 @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_INSTALLED_PACKAGES=" neutron-common neutron-plugin-ml2 -- cgit v1.2.3-55-g7522