aboutsummaryrefslogtreecommitdiff
path: root/bash/step6_file.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bash/step6_file.sh')
-rwxr-xr-xbash/step6_file.sh2
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}"
}