CI: small update

This commit is contained in:
Markus F.X.J. Oberhumer
2022-10-28 07:51:00 +02:00
parent c7ef08dc2d
commit 29762a8a96
2 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ make_absolute lcov_OUTPUTDIR
unset var_prefix var_suffix
print_header() {
local x="==========="; x="$x$x$x$x$x$x$x"
local x='==========='; x="$x$x$x$x$x$x$x"
echo -e "\n${x}\n${1}\n${x}\n"
}