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