[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 21c2fd7: Fix typo caught by zsh
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master 21c2fd7: Fix typo caught by zsh |
Date: |
Sun, 12 Aug 2018 12:01:24 -0400 (EDT) |
branch: master
commit 21c2fd724dcae8a2342f256a0dd8c3c78fb5e931
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>
Fix typo caught by zsh
* lisp/Makefile.in (compile-clean): Fix typo; missing ";" (Bug#32423).
---
lisp/Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisp/Makefile.in b/lisp/Makefile.in
index ccc5323..c447598 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master 21c2fd7: Fix typo caught by zsh,
Paul Eggert <=