mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-02-03 21:22:11 +00:00
abuild: fix typo
This commit is contained in:
parent
0bfe4efa99
commit
2f8bbc819e
@ -1528,7 +1528,7 @@ build_abuildrepo() {
|
||||
done
|
||||
local _endtime=$(date --utc +%s)
|
||||
local _difftime=$((_endtime - _starttime))
|
||||
msg "Build complete at $(date -R) elaped time $((_difftime/3600))h $((_difftime/60%60))m $((_difftime%60))s"
|
||||
msg "Build complete at $(date -R) elapsed time $((_difftime/3600))h $((_difftime/60%60))m $((_difftime%60))s"
|
||||
cleanup $CLEANUP
|
||||
fi
|
||||
update_abuildrepo_index
|
||||
|
Loading…
Reference in New Issue
Block a user