diff options
-rw-r--r-- | subr.ex/ex_pkg_restart.subr | 4 |
1 files changed, 3 insertions, 1 deletions
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 \ |