aboutsummaryrefslogtreecommitdiff
path: root/bash/stepA_more.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bash/stepA_more.sh')
-rwxr-xr-xbash/stepA_more.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/stepA_more.sh b/bash/stepA_more.sh
index 6c3d6c9..2422643 100755
--- a/bash/stepA_more.sh
+++ b/bash/stepA_more.sh
@@ -245,7 +245,7 @@ PRINT () {
ENV; REPL_ENV="${r}"
REP () {
r=
- READ "${1}" || return 1
+ READ "${1}"
EVAL "${r}" "${REPL_ENV}"
PRINT "${r}"
}