This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository buildscripts. from 78d822c bin/build-rpm-package: make repeat_str() function declaration consistent. new aceba1d bin/build-rpm-package: make repeat_str() actually terminate. The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: bin/build-rpm-package | 1 + 1 file changed, 1 insertion(+) -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit aceba1d3d8ff86b2b06eb2dc45d789fc95746d47 Author: Mihai Moldovan <ionic@ionic.de> Date: Wed Apr 1 05:03:04 2015 +0200 bin/build-rpm-package: make repeat_str() actually terminate. --- bin/build-rpm-package | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/build-rpm-package b/bin/build-rpm-package index db99a0d..67c451f 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -178,6 +178,7 @@ repeat_str () { # INPUT COUNT typeset -i i=0 while [ "${i}" -lt "${COUNT}" ]; do ret="${ret}$(printf "${INPUT}")" + i=$(($i + 1)) done printf "${ret}" } -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git