From d846bdfb703da7b23504347b3b74a34713f42434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Tue, 24 Mar 2020 11:10:25 +0100 Subject: [PATCH] MAINT: do not load helpers in header --- utils/patch_header.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/patch_header.sh b/utils/patch_header.sh index 53a5d57..adabf5f 100644 --- a/utils/patch_header.sh +++ b/utils/patch_header.sh @@ -23,9 +23,6 @@ # #header for patch scripts -. ../../utils/load_settings.sh -. ../../utils/helpers.sh - USAGE="$1 [ --env=ENV_FILE ] [ --patch=PATCH ] [ --backupdir=BACKUPDIR ]\n\n" CMD_OPTIONS=$(cat <<EOF options: -- GitLab