From 8227a8007a09ebb8a8780a79e15846c535de5397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Sun, 3 Dec 2017 16:47:31 +0000 Subject: etc/build.usage: update. subr/ex_pkg_dispatch.subr:ex_pkg_dispatch(): reimplement -r ALL. --- subr/ex_pkg_dispatch.subr | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'subr') diff --git a/subr/ex_pkg_dispatch.subr b/subr/ex_pkg_dispatch.subr index 90a23717..ad41616c 100644 --- a/subr/ex_pkg_dispatch.subr +++ b/subr/ex_pkg_dispatch.subr @@ -12,7 +12,8 @@ ex_pkg_dispatch() { _tgt_name_uc="$(ex_rtl_toupper "${_tgt_name}")"; "${_dispatch_fn}" start_target "" "${_tgt_name}"; _pkg_names="$(ex_rtl_get_var_unsafe ${_tgt_name_uc}_PACKAGES)"; - if [ -n "${_restart}" ]; then + if [ -n "${_restart}" ]\ + && [ "${_restart}" != ALL ]; then _pkg_names="$(ex_rtl_lfilter "${_pkg_names}" "${_restart}")"; fi; for _pkg_name in ${_pkg_names}; do -- cgit v1.2.3