From db4c329aff4621e05b92a55be4f18173f5a4f655 Mon Sep 17 00:00:00 2001 From: Joel Martin Date: Thu, 17 Apr 2014 21:49:07 -0500 Subject: All: perf test, Makefile refactor, add *host-language* Other: - bash,make,postscript: quasiquote of vectors - Fix Java slurp - add time function to core.mal - switches on *host-language* for make time-secs vs time-ms - Ignore */experiments directories --- 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 c2b0931..0491f7f 100755 --- a/bash/step9_interop.sh +++ b/bash/step9_interop.sh @@ -14,7 +14,7 @@ READ () { } IS_PAIR () { - if _list? "${1}"; then + if _sequential? "${1}"; then _count "${1}" [[ "${r}" > 0 ]] && return 0 fi -- cgit v1.2.3