summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMihai Moldovan <ionic@ionic.de>2015-04-02 02:31:52 +0200
committerMihai Moldovan <ionic@ionic.de>2015-04-02 02:31:52 +0200
commit665ba772a0271b829b8290d3d1d0e39750a2b062 (patch)
tree49c36a404d20e975176313723f79165b744c3ebd
parent6b011cad6a6d59535d1d1fe810a5ba5774e2ec5b (diff)
downloadbuildscripts-665ba772a0271b829b8290d3d1d0e39750a2b062.tar.gz
buildscripts-665ba772a0271b829b8290d3d1d0e39750a2b062.tar.bz2
buildscripts-665ba772a0271b829b8290d3d1d0e39750a2b062.zip
bin/build-rpm-package: fix typo in comment: obviously do NOT use a subshell.
-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}"