From: Paul Eggert Date: Sun, 12 Aug 2018 16:01:00 +0000 (-0700) Subject: Fix typo caught by zsh X-Git-Tag: emacs-27.0.90~4583^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21c2fd724dcae8a2342f256a0dd8c3c78fb5e931;p=emacs.git Fix typo caught by zsh * lisp/Makefile.in (compile-clean): Fix typo; missing ";" (Bug#32423). --- diff --git a/lisp/Makefile.in b/lisp/Makefile.in index ccc5323b524..c4475982981 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -341,7 +341,7 @@ compile-clean: if test -f "$$el" || test ! -f "$${el}c"; then :; else \ echo rm "$${el}c"; \ rm "$${el}c"; \ - fi \ + fi; \ done .PHONY: gen-lisp leim semantic