From 3f037435802fd2bbb27d820ee3930f49d639375c Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Tue, 4 Feb 2020 14:20:22 +0100 Subject: [PATCH] WIP: pipeline --- patches/patch20150715-0/patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/patch20150715-0/patch.sh b/patches/patch20150715-0/patch.sh index 7546877..4941c81 100755 --- a/patches/patch20150715-0/patch.sh +++ b/patches/patch20150715-0/patch.sh @@ -28,7 +28,7 @@ if [ -z "$UTILSPATH" ]; then UTILSPATH="../utils" fi -source $UTILSPATH/patch_header.sh +. $UTILSPATH/patch_header.sh if test ! $(mysql_execute "Select CaosDBVersion();" > /dev/null) ; then uptodate fi -- GitLab