This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 0686001b6d4cdf969653242be6387b42fa90ce71 Author: Mihai Moldovan <ionic@ionic.de> Date: Tue Nov 15 06:03:48 2016 +0100 bin/sbuild-deb-package: fix OTHERMIRROR usage again. --- bin/sbuild-deb-package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sbuild-deb-package b/bin/sbuild-deb-package index 0753d0e..dea90a1 100755 --- a/bin/sbuild-deb-package +++ b/bin/sbuild-deb-package @@ -333,7 +333,7 @@ build_packages() { fi if [ -n "${OTHERMIRROR}" ]; then - sbuild_options+=("--extra-repository='${OTHERMIRROR}'") + sbuild_options+=("--extra-repository=${OTHERMIRROR}") fi typeset -a sbuild_options_64 sbuild_options_32 sbuild_options_armhf -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git