[X2Go-Commits] [buildscripts] 01/01: bin/build-rpm-package: fix typo in comment: obviously do NOT use a subshell.

git-admin at x2go.org git-admin at x2go.org
Thu Apr 2 02:31:59 CEST 2015


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

x2go pushed a commit to branch master
in repository buildscripts.

commit 665ba772a0271b829b8290d3d1d0e39750a2b062
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Apr 2 02:31:52 2015 +0200

    bin/build-rpm-package: fix typo in comment: obviously do NOT use a subshell.
---
 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 ecf699c..261696c 100755
--- a/bin/build-rpm-package
+++ b/bin/build-rpm-package
@@ -560,7 +560,7 @@ clear_pkgdist() {
 }
 
 build_packages() {
-	# Do spawn a subshell here. Functions like get_extra_repository() need to
+	# Do NOT spawn a subshell here. Functions like get_extra_repository() need to
 	# change global variables in the main process.
 	typeset -a RPM_BUILD_FOR_ARR
 	typeset OLDIFS="${IFS}"

--
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