diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-02 19:50:28 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2018-12-02 19:50:28 +0000 |
commit | 2f8bbc819e1e121f97162a674528c924cd0687c0 (patch) | |
tree | cae7aff23f8123e022b8d13e6ce131fcc5957ae6 | |
parent | 0bfe4efa99eb52eb137b478b88d8b66853fabc80 (diff) | |
download | abuild-2f8bbc819e1e121f97162a674528c924cd0687c0.tar.gz abuild-2f8bbc819e1e121f97162a674528c924cd0687c0.tar.bz2 abuild-2f8bbc819e1e121f97162a674528c924cd0687c0.tar.xz abuild-2f8bbc819e1e121f97162a674528c924cd0687c0.zip |
abuild: fix typo
-rw-r--r-- | abuild.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |