abuild: fix typo
This commit is contained in:
parent
0bfe4efa99
commit
2f8bbc819e
@ -1528,7 +1528,7 @@ build_abuildrepo() {
|
|||||||
done
|
done
|
||||||
local _endtime=$(date --utc +%s)
|
local _endtime=$(date --utc +%s)
|
||||||
local _difftime=$((_endtime - _starttime))
|
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
|
cleanup $CLEANUP
|
||||||
fi
|
fi
|
||||||
update_abuildrepo_index
|
update_abuildrepo_index
|
||||||
|
Loading…
x
Reference in New Issue
Block a user