[X2Go-Commits] [buildscripts] 01/01: bin/build-rpm-package: missed space messing up mock return value.

git-admin at x2go.org git-admin at x2go.org
Tue Mar 24 05:39:17 CET 2015


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository buildscripts.

commit 17f916505006fa800d9d73fc24e730a53e4943fe
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Tue Mar 24 05:39:13 2015 +0100

    bin/build-rpm-package: missed space messing up mock return value.
---
 bin/build-rpm-package |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build-rpm-package b/bin/build-rpm-package
index 380d558..3eac23b 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -202,7 +202,7 @@ get_extra_repository () {
 				[ "${MOCK_BUGGY}" -eq "1" ] && ret="${ret}../../"
 
 				# Add config base dir if specified.
-				ret="${ret} ${RPM_MOCK_CONFIG_DIR}/"
+				ret="${ret}${RPM_MOCK_CONFIG_DIR}/"
 
 				# Mock config file names shall follow the format:
 				# distname-distversion-arch[-component-extra_repo_base_name[-extra_repo_full_name]]

--
Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git


More information about the x2go-commits mailing list