This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit c44250092029094691ca56605e35f26bd163bfcd Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Feb 22 08:34:20 2023 +0100 bin/build-rpm-package: fix function call with arguments broken over multiple lines. --- bin/build-rpm-package | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index 87666fe..7d57b29 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -1073,8 +1073,8 @@ build_packages() { # 15", which is not suitable for the auto-detection to work correctly. # We're going to override this detection by providing a --dist argument. typeset dist_value='' - dist_value="$(generate_suse_dist_value "${l_DIST}" - "${tmp_suse_major_version}" + dist_value="$(generate_suse_dist_value "${l_DIST}" \ + "${tmp_suse_major_version}" \ "${tmp_suse_minor_version}")" if [ '0' -ne "${?}" ]; then -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/buildscripts.git