From 665ba772a0271b829b8290d3d1d0e39750a2b062 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Thu, 2 Apr 2015 02:31:52 +0200 Subject: 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}" -- cgit v1.2.3