]> git.ipfire.org Git - people/mfischer/ipfire-2.x.git/commitdiff
make.sh: Remove the brackets from build options
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Aug 2024 14:29:58 +0000 (14:29 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 21 Aug 2024 14:29:58 +0000 (14:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh

diff --git a/make.sh b/make.sh
index 6516f9dc0db35c96b8e07dd5827cb871673141cd..a5cc4b1509af16af1bd27709b727fbf34bb0d5c3 100755 (executable)
--- a/make.sh
+++ b/make.sh
@@ -192,7 +192,7 @@ print_package() {
 
        # Add the options
        if [ -n "${options}" ]; then
-               string="${string} (${options[@]})"
+               string="${string} ${options[@]}"
        fi
 
        # Print the string