From f0f37f8e97f38dca476ba1f155a5139e6b90a58a Mon Sep 17 00:00:00 2001 From: LucĂ­a Andrea Illanes Albornoz Date: Feb 18 2023 13:42:07 +0000 Subject: subr.ex/ex_pkg_restart.subr: correctly call exp_pkg_expand_restart_at_spec_cmp(). --- diff --git a/subr.ex/ex_pkg_restart.subr b/subr.ex/ex_pkg_restart.subr index 9c7158c..61dc4c6 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 \