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