diff options
Diffstat (limited to 'bash/step2_eval.sh')
| -rwxr-xr-x | bash/step2_eval.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/step2_eval.sh b/bash/step2_eval.sh index 224f181..b59320b 100755 --- a/bash/step2_eval.sh +++ b/bash/step2_eval.sh @@ -74,7 +74,7 @@ PRINT () { declare -A REPL_ENV REP () { r= - READ "${1}" || return 1 + READ "${1}" EVAL "${r}" REPL_ENV PRINT "${r}" } |
