From f0f37f8e97f38dca476ba1f155a5139e6b90a58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Andrea=20Illanes=20Albornoz?= Date: Sat, 18 Feb 2023 14:42:07 +0100 Subject: subr.ex/ex_pkg_restart.subr: correctly call exp_pkg_expand_restart_at_spec_cmp(). --- subr.ex/ex_pkg_restart.subr | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'subr.ex') diff --git a/subr.ex/ex_pkg_restart.subr b/subr.ex/ex_pkg_restart.subr index 9c7158ca..61dc4c6a 100644 --- a/subr.ex/ex_pkg_restart.subr +++ b/subr.ex/ex_pkg_restart.subr @@ -63,7 +63,9 @@ exp_pkg_expand_restart_at_spec() { \<=*|\<*|\>=*|\>*) exp_pkg_expand_restart_at_spec_cmp \ - "${_eperas_rset}" "${_eperas_rspec_at}"; _eperas_rc="${?}"; ;; + "${_eperas_rstatus}" \ + "${_eperas_rset}" "${_eperas_rspec_at}"; + _eperas_rc="${?}"; ;; *) if ! exp_pkg_expand_restart_at_virtual \ -- cgit v1.2.3