aboutsummaryrefslogtreecommitdiff
path: root/bash/step0_repl.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bash/step0_repl.sh')
-rwxr-xr-xbash/step0_repl.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bash/step0_repl.sh b/bash/step0_repl.sh
index 8e1fff0..97bce61 100755
--- a/bash/step0_repl.sh
+++ b/bash/step0_repl.sh
@@ -5,8 +5,7 @@ READ () {
}
EVAL () {
- r=
- eval "${1}"
+ r="${1}"
}
PRINT () {