From 00331b09b0a7a237c0542fb528609765747ad066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz?= Date: Tue, 11 May 2021 14:47:13 +0100 Subject: subr/ex_pkg_restart.subr:ex_pkg_process_restart_spec(): correctly lift ${${_epprs_rspec}} into SP-separated list on return. devbuild.sh: updated. --- subr/ex_pkg_restart.subr | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'subr') diff --git a/subr/ex_pkg_restart.subr b/subr/ex_pkg_restart.subr index 6f9bfe98..b45851f2 100644 --- a/subr/ex_pkg_restart.subr +++ b/subr/ex_pkg_restart.subr @@ -280,8 +280,9 @@ ex_pkg_process_restart_spec() { if [ "${_epprs_step}" = "${_epprs_step1}" ]; then eval ${_epprs_rspec_at}='${'"${_epprs_rspec_at}"':+${'"${_epprs_rspec_at}"'},}finish'; fi; - fi; ;; - esac; + fi; + eval echo '${'"${_epprs_rspec}"'}'; ;; + esac; rtl_llift3 "${_epprs_rspec}" "," " " || _epprs_rc=1; else _epprs_rc=1; fi; -- cgit v1.2.3