make.sh: Remove the brackets from build options

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-08-21 14:29:58 +00:00
parent 0e2cf06a8c
commit 9a07118b71

View File

@@ -192,7 +192,7 @@ print_package() {
# Add the options
if [ -n "${options}" ]; then
string="${string} (${options[@]})"
string="${string} ${options[@]}"
fi
# Print the string