This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository buildscripts. commit eedc5bfed42cf3d6a7a29c9e07d3b2c7c3d88d84 Author: Mihai Moldovan <ionic@ionic.de> Date: Sat Oct 29 01:05:47 2016 +0200 bin/build-rpm-package: typo fixes in comments. --- 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 6e2f491..0f27945 100755 --- a/bin/build-rpm-package +++ b/bin/build-rpm-package @@ -249,7 +249,7 @@ create_mock_config () { # MOCK_BASE CUSTOM_REPO COMPONENT TARGET # Check argument sanity. - # Append .cfg is not already specified. + # Append .cfg if not already specified. typeset TMP_REGEX='^.*\.cfg$' if [[ ! "${MOCK_BASE}" =~ ${TMP_REGEX} ]]; then MOCK_BASE="${MOCK_BASE}.cfg" @@ -408,7 +408,7 @@ create_mock_config () { # MOCK_BASE CUSTOM_REPO COMPONENT TARGET fi done < "/etc/mock/${MOCK_BASE}" - # Reset input field separator to original value. + # Reset input field separator to its original value. IFS="${OLDIFS}" return 0 -- Alioth's /srv/git/code.x2go.org/buildscripts.git//..//_hooks_/post-receive-email on /srv/git/code.x2go.org/buildscripts.git