diff options
author | P. J. McDermott <pjm@nac.net> | 2012-10-03 16:30:11 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-10-03 16:30:11 (EDT) |
commit | 0d2ffd8712a424df2b44bdf1fb576025befe7378 (patch) | |
tree | 22ff19abd0f6e73df31670efcd255ffe3c2fab45 /src | |
parent | 1b21d1d9f4947b60a370aad21e732e51b80193c4 (diff) |
Add informational output to ob-checkbuilddeps.
Diffstat (limited to 'src')
-rw-r--r-- | src/ob-checkbuilddeps.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ob-checkbuilddeps.sh b/src/ob-checkbuilddeps.sh index e392a33..6dc10cd 100644 --- a/src/ob-checkbuilddeps.sh +++ b/src/ob-checkbuilddeps.sh @@ -31,6 +31,8 @@ main() ob_init_package '..' ob_parse_package_metadata -c '.opkbuild.cache' + + ob_info "$(ob_get_msg 'checking_build_deps')" } main "${@}" |