summaryrefslogtreecommitdiffhomepage
path: root/subr
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-05-11 14:47:13 +0100
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-05-11 14:47:13 +0100
commit00331b09b0a7a237c0542fb528609765747ad066 (patch)
treea3e06f07f4e63cc883c8358083d5c9d125ba8ee5 /subr
parent557ea8b80d7b363fcc2dada7bf84894253387c42 (diff)
downloadmidipix_build-00331b09b0a7a237c0542fb528609765747ad066.tar.bz2
midipix_build-00331b09b0a7a237c0542fb528609765747ad066.tar.xz
subr/ex_pkg_restart.subr:ex_pkg_process_restart_spec(): correctly lift ${${_epprs_rspec}} into SP-separated list on return.
devbuild.sh: updated.
Diffstat (limited to '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;