diff options
author | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-02-18 14:42:07 +0100 |
---|---|---|
committer | Lucía Andrea Illanes Albornoz <lucia@luciaillanes.de> | 2023-02-18 14:42:07 +0100 |
commit | f0f37f8e97f38dca476ba1f155a5139e6b90a58a (patch) | |
tree | 58b7dc73e2d30b793f35a33bcb9dd0772eb549d5 | |
parent | 24c714c9bf929ca182781d1d328b89abebeeaca5 (diff) | |
download | midipix_build-f0f37f8e97f38dca476ba1f155a5139e6b90a58a.tar.bz2 midipix_build-f0f37f8e97f38dca476ba1f155a5139e6b90a58a.tar.xz |
subr.ex/ex_pkg_restart.subr: correctly call exp_pkg_expand_restart_at_spec_cmp().
-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 \ |