diff options
Diffstat (limited to 'bash/step0_repl.sh')
| -rwxr-xr-x | bash/step0_repl.sh | 3 |
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 () { |
