From 2d147cfd1262e32336cb1e7a89215be64b73c341 Mon Sep 17 00:00:00 2001 From: Jeroen van Baarsen Date: Thu, 10 Dec 2015 21:55:43 +0100 Subject: [PATCH] Remove shebang from config/functions In order to be one step closer to lintian compliance, lets remove the shebang from this file so it doesn;t have to be executable See #1641 Signed-off-by: Jeroen van Baarsen --- plugins/config/functions | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/config/functions b/plugins/config/functions index 393bc08075b..7a8339f9df4 100644 --- a/plugins/config/functions +++ b/plugins/config/functions @@ -1,4 +1,3 @@ -#!/usr/bin/env bash set -eo pipefail; [[ $DOKKU_TRACE ]] && set -x source "$PLUGIN_CORE_AVAILABLE_PATH/common/functions"