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