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/step9_interop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bash/step9_interop.sh') diff --git a/bash/step9_interop.sh b/bash/step9_interop.sh index 1e00ede..ec8d6eb 100755 --- a/bash/step9_interop.sh +++ b/bash/step9_interop.sh @@ -230,7 +230,7 @@ PRINT () { ENV; REPL_ENV="${r}" REP () { r= - READ "${1}" || return 1 + READ "${1}" EVAL "${r}" "${REPL_ENV}" PRINT "${r}" } -- cgit v1.2.3