Jenkins: Small cosmetic change to build script

This commit is contained in:
RichardG867 2022-03-15 21:46:10 -03:00
parent 0cdc68d2bd
commit 1cc29c0aab

View file

@ -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.