summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--eshld/eshrt.esh4
1 files changed, 2 insertions, 2 deletions
diff --git a/eshld/eshrt.esh b/eshld/eshrt.esh
index 43c4cc6..a296004 100644
--- a/eshld/eshrt.esh
+++ b/eshld/eshrt.esh
@@ -86,8 +86,8 @@ __fn_ctxsw()
${__prev_tu});;
?*)
# Set static variables and function for the current TU.
- eval "$(eval printf '%s' "\"$(eval printf '%s' \
- "'\${__${__fn_tu}_static_var_vals}'")\"")"
+ eval "$(eval "printf '%s ' \
+ \${__${__fn_tu}_static_var_vals}")"
for __fn in $(eval printf '%s' \
"\"\${__${__fn_tu}_static_fns}\""); do
eval "${__fn%:*}() { ${__fn#*:}; }"