This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit 78d822ccd277fc37dae9faea5a7d3f0058c64482 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 1 05:01:00 2015 +0200 bin/build-rpm-package: make repeat_str() function declaration consistent. --- 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 5b60fa5..db99a0d 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -170,7 +170,7 @@ check_mock_version_atleast () { # Repeats an input string. # Returns the repeated input string. -repeat_str() { # INPUT COUNT +repeat_str () { # INPUT COUNT typeset INPUT="${1:?"Error: no input string passed to ${FUNCNAME}()."}" typeset COUNT="${2:?"Error: no count passed to ${FUNCNAME}()."}" -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git