From 6f951db72523aa6c0063f7782d76b82373157549 Mon Sep 17 00:00:00 2001 From: bdc Date: Thu, 10 Oct 1996 23:10:07 +0000 Subject: [PATCH] jsc repotrted else spelled wrong --- scsh/awk.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scsh/awk.scm b/scsh/awk.scm index f2d6070..4fdc230 100644 --- a/scsh/awk.scm +++ b/scsh/awk.scm @@ -198,7 +198,7 @@ (else-var (and (any? (lambda (clause) (c (car clause) %else)) clauses) - (r 'elss))) + (r 'else))) ;; We compile all of the regexp patterns into regexp ;; data structures outside the AWK loop. So we need to