summaryrefslogtreecommitdiff
path: root/bin/build-rpm-package
diff options
context:
space:
mode:
Diffstat (limited to 'bin/build-rpm-package')
-rwxr-xr-xbin/build-rpm-package2
1 files changed, 1 insertions, 1 deletions
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}"