diff options
Diffstat (limited to 'bin/build-rpm-package')
-rwxr-xr-x | bin/build-rpm-package | 2 |
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}" |