diff options
Diffstat (limited to 'subr')
-rw-r--r-- | subr/ex_pkg_restart.subr | 5 |
1 files changed, 3 insertions, 2 deletions
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; |