From 70aff0c1fe3d3ba7953b4e12708e91fd41fed5eb Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Sat, 10 May 2014 15:45:36 -0500 Subject: Bash: correctly treat commas as whitespace. --- bash/step2_eval.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/step2_eval.sh') diff --git a/bash/step2_eval.sh b/bash/step2_eval.sh index 224f181..b59320b 100755 --- a/bash/step2_eval.sh +++ b/bash/step2_eval.sh @@ -74,7 +74,7 @@ PRINT () { declare -A REPL_ENV REP () { r= - READ "${1}" || return 1 + READ "${1}" EVAL "${r}" REPL_ENV PRINT "${r}" } -- cgit v1.2.3