summaryrefslogtreecommitdiffhomepage
path: root/build.sh
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-29 15:23:46 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-29 15:23:46 +0000
commit652788400072c6d373ffd483a884b1db4126b6ba (patch)
tree4c52e16372273d5013f4ac869809ee9fef8f3348 /build.sh
parentaa78ae19a47b3ffcc216e307aed228fb9c7b0568 (diff)
downloadmidipix_build-652788400072c6d373ffd483a884b1db4126b6ba.tar.bz2
midipix_build-652788400072c6d373ffd483a884b1db4126b6ba.tar.xz
build.sh:build(): correctly reference ${BUILD_DATE_START}.
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 5c4f6146..338a9b5f 100755
--- a/build.sh
+++ b/build.sh
@@ -92,7 +92,7 @@ build() {
&& trap "buildp_ast exit" EXIT\
&& . ./subr/build_init.subr && build_init "${@}"; then
BUILD_DATE_START="$(rtl_date %Y-%m-%d-%H-%M-%S)"; _build_time_secs="$(rtl_date %s)";
- rtl_log_msg info "Build started by ${BUILD_USER:=${USER}}@${BUILD_HNAME:=$(hostname)} at ${_build_date_start}.";
+ rtl_log_msg info "Build started by ${BUILD_USER:=${USER}}@${BUILD_HNAME:=$(hostname)} at ${BUILD_DATE_START}.";
rtl_log_env_vars "build (global)" ${DEFAULT_LOG_ENV_VARS};
if ! ex_pkg_dispatch "${DEFAULT_BUILD_STEPS}" "${DEFAULT_BUILD_VARS}" \
buildp_dispatch "${BUILD_GROUPS}" "${ARG_PARALLEL:-1}" \