summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-11 08:29:44 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-05-11 08:29:44 +0100
commit10cdbccd6fcbf8ab6938967beaca6f847552a510 (patch)
tree8483278897f21c1a4519223bd3fd1f6aa25bd478 /build.sh
parenta338109474e0611cf96abf5cf1ce4edbc2d817cb (diff)
downloadmidipix_build-10cdbccd6fcbf8ab6938967beaca6f847552a510.tar.bz2
midipix_build-10cdbccd6fcbf8ab6938967beaca6f847552a510.tar.xz
build.sh:build(): initialise global variable ${EX_PKG_DISPATCH_WAIT}.
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 4ce8b012..c2841899 100755
--- a/build.sh
+++ b/build.sh
@@ -118,7 +118,7 @@ build() {
DEFAULT_BUILD_CPUS=1 DEFAULT_BUILD_LAST_FAILED_PKG_FNAME="" DEFAULT_BUILD_LOG_FNAME="" \
DEFAULT_BUILD_STEPS="" DEFAULT_BUILD_VARS="" DEFAULT_CLEAR_PREFIX_PATHS="" DEFAULT_GIT_ARGS="" \
DEFAULT_GITROOT_HEAD="" DEFAULT_LOG_ENV_VARS="" DEFAULT_TARGET="" DEFAULT_WGET_ARGS="" \
- MIDIPIX_BUILD_PWD=""; DEFAULT_BUILD_STATUS_IN_PROGRESS_FNAME="";
+ MIDIPIX_BUILD_PWD=""; DEFAULT_BUILD_STATUS_IN_PROGRESS_FNAME=""; EX_PKG_DISPATCH_WAIT="";
if ! . "${0%/*}/subr/build_init.subr"; then
_rc=1; printf "Error: failed to source \`${0%/*}/subr/build_init.subr'." >&2;
elif ! build_init "${@}"; then