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