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