summaryrefslogtreecommitdiffhomepage
path: root/subr.ex/ex_pkg_restart.subr
diff options
context:
space:
mode:
Diffstat (limited to 'subr.ex/ex_pkg_restart.subr')
-rw-r--r--subr.ex/ex_pkg_restart.subr4
1 files changed, 1 insertions, 3 deletions
diff --git a/subr.ex/ex_pkg_restart.subr b/subr.ex/ex_pkg_restart.subr
index 89f1a461..4548f1bb 100644
--- a/subr.ex/ex_pkg_restart.subr
+++ b/subr.ex/ex_pkg_restart.subr
@@ -164,11 +164,9 @@ exp_pkg_expand_restart_at_virtual() {
_epera_at="${1}"; shift;
if [ "${_epera_at#@}" != "${_epera_at}" ]; then
_epera_at="${_epera_at#@}";
- _epera_rc=1;
- rtl_setrstatus "${_epera_rstatus}" 'invalid virtual build step \`'"${_epera_at}"''\''';
if [ "${_epera_at%[!0-9a-zA-Z_]*}" != "${_epera_at}" ]; then
_epera_rc=1;
-
+ rtl_setrstatus "${_epera_rstatus}" 'invalid virtual build step \`'"${_epera_at}"''\''';
elif eval [ '"${'"${_epera_rset}${_epera_at}"':+1}"' = 1 ]; then
eval _epera_at='${'"${_epera_rset}${_epera_at}"'}';
else