summaryrefslogtreecommitdiffstats
path: root/research
diff options
context:
space:
mode:
Diffstat (limited to 'research')
-rw-r--r--research/research5.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/research/research5.sh b/research/research5.sh
index 49d8548..90e475f 100644
--- a/research/research5.sh
+++ b/research/research5.sh
@@ -57,8 +57,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#*:}; }"
@@ -191,7 +191,7 @@ static()
EOF(){ :; }
-#: <<'EOF'
+: <<'EOF'
################################################################################
# Stack trace test
################################################################################
@@ -255,7 +255,7 @@ __tu_end
bar
EOF
-#: <<'EOF'
+: <<'EOF'
################################################################################
# TU 0
################################################################################