mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
buildsystem: support 6 digit process ids
This commit is contained in:
parent
ff8c463b31
commit
8380877cf5
@ -1293,7 +1293,7 @@ pkg_lock_status() {
|
||||
(
|
||||
flock --exclusive 94
|
||||
|
||||
printf -v line "%s: <%05d> [%02d/%0*d] %-7s %-7s %-35s" \
|
||||
printf -v line "%s: <%06d> [%02d/%0*d] %-7s %-7s %-35s" \
|
||||
"$(date +%Y-%m-%d\ %H:%M:%S.%N)" $$ ${this_job} ${#MTMAXJOBS} ${PARALLEL_SEQ:-0} "${status}" "${task}" "${pkg}"
|
||||
[ -n "${msg}" ] && line+=" (${msg})"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user