diff options
Diffstat (limited to 'bash/step6_file.sh')
| -rwxr-xr-x | bash/step6_file.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/step6_file.sh b/bash/step6_file.sh index 168698a..e6ee571 100755 --- a/bash/step6_file.sh +++ b/bash/step6_file.sh @@ -139,7 +139,7 @@ PRINT () { ENV; REPL_ENV="${r}" REP () { r= - READ "${1}" || return 1 + READ "${1}" EVAL "${r}" "${REPL_ENV}" PRINT "${r}" } |
