From 1cc29c0aab3b3fa013c4ec9c10264b6d71518ad5 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Tue, 15 Mar 2022 21:46:10 -0300 Subject: [PATCH] Jenkins: Small cosmetic change to build script --- .ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/build.sh b/.ci/build.sh index 6e0257876..72c08129c 100644 --- a/.ci/build.sh +++ b/.ci/build.sh @@ -271,7 +271,7 @@ then echo -n "]" fi done < deps.txt - [ -z "$pkgs" ] && echo -n none required + [ -z "$pkgs" ] && echo -n ' none required' echo # Install the downloaded architecture-specific dependencies.