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/cron/module.build | 1 + core/modules/cron/module.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'core/modules/cron') diff --git a/core/modules/cron/module.build b/core/modules/cron/module.build index 1f31ac21..6a467d4e 100644 --- a/core/modules/cron/module.build +++ b/core/modules/cron/module.build @@ -1,3 +1,4 @@ +#!/bin/bash fetch_source() { [ -d "${MODULE_WORK_DIR}/src/.git" ] && return 0 rm -rf -- "${MODULE_WORK_DIR}/src" diff --git a/core/modules/cron/module.conf b/core/modules/cron/module.conf index 6f07729f..c42ba591 100644 --- a/core/modules/cron/module.conf +++ b/core/modules/cron/module.conf @@ -1,3 +1,4 @@ +#!/bin/bash REQUIRED_GIT="http://git.fedorahosted.org/git/cronie.git" REQUIRED_COMMIT="c219d7cb9d4887f685ac4ff1e9439b0d8aa39ef6" REQUIRED_BINARIES=" -- cgit v1.2.3-55-g7522