summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg_exec.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/ex_pkg_exec.subr')
-rw-r--r--subr/ex_pkg_exec.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/subr/ex_pkg_exec.subr b/subr/ex_pkg_exec.subr
index 4447008d..ceb9579a 100644
--- a/subr/ex_pkg_exec.subr
+++ b/subr/ex_pkg_exec.subr
@@ -53,9 +53,9 @@ ex_pkg_exec() {
"${_dispatch_fn}" exec_step "${_pkg_name}" "${_tgt_name}" "${_step}";
ex_pkg_state_set "${_pkg_name}" "${_step}" "${1:+-${1}}";
done;
- "${_dispatch_fn}" exec_finish "${_pkg_name}" "${_tgt_name}";
- ex_pkg_state_set "${_pkg_name}" finish;
fi;
+ "${_dispatch_fn}" exec_finish "${_pkg_name}" "${_tgt_name}";
+ ex_pkg_state_set "${_pkg_name}" finish;
};
# vim:filetype=sh