From d14f6d59b6765c99203be0213c6d265a102e1eb4 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Sun, 21 Feb 2016 12:54:52 -0500 Subject: eshtrans/frontend: Fix missing ";;" eshtrans caught an actual syntax error in itself (!), although oddly other shells didn't consider this an error. --- diff --git a/eshtrans/frontend/lexer.esh b/eshtrans/frontend/lexer.esh index d274076..552be45 100644 --- a/eshtrans/frontend/lexer.esh +++ b/eshtrans/frontend/lexer.esh @@ -447,6 +447,7 @@ scan_word() 'here-document' \ 'delimiters' fi + ;; esac case "${prev_c}" in '') lgetc;; -- cgit v0.9.1