From: Michael Tremer Date: Wed, 21 Aug 2024 14:29:58 +0000 (+0000) Subject: make.sh: Remove the brackets from build options X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9a07118b716f168ff5b8c0c718862b3a72e4ab77;p=people%2Fmfischer%2Fipfire-2.x.git make.sh: Remove the brackets from build options Signed-off-by: Michael Tremer --- diff --git a/make.sh b/make.sh index 6516f9dc0..a5cc4b150 100755 --- 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