summaryrefslogtreecommitdiffhomepage
path: root/subr/ex_pkg_restart.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr/ex_pkg_restart.subr')
-rw-r--r--subr/ex_pkg_restart.subr5
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;