From 4226df52cd2f3118ec000a945915119eb8b9c26a Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Thu, 10 Mar 2022 16:39:12 +0100 Subject: [PATCH] Debug CI script --- build_dist.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build_dist.bash b/build_dist.bash index 759803c..c8ce141 100755 --- a/build_dist.bash +++ b/build_dist.bash @@ -1,6 +1,8 @@ #!/bin/sh buildDir=$1 +set +x + # fancy shit: no wildcards in automake, add all files to be distributed with BOXMOX/KPP explicitly cp Makefile.am_BLUEPRINT Makefile.am -- GitLab