projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98a89dd
)
; * Makefile.in: Fix bashism.
author
Gregory Heytings
<gregory@heytings.org>
Tue, 20 Sep 2022 09:20:12 +0000
(11:20 +0200)
committer
Gregory Heytings
<gregory@heytings.org>
Tue, 20 Sep 2022 09:20:12 +0000
(11:20 +0200)
Makefile.in
patch
|
blob
|
history
diff --git
a/Makefile.in
b/Makefile.in
index 1cc695482dee9bee5129d91c56062530aaa28dba..c84180475772246dfccb207efe4f7307bd627046 100644
(file)
--- a/
Makefile.in
+++ b/
Makefile.in
@@
-417,7
+417,7
@@
sanity-check:
@v=$$(src/emacs${EXEEXT} --batch --eval \
'(progn (defun f (n) (if (= 0 n) 1 (* n (f (- n 1))))) (princ (f 10)))' \
2> /dev/null); \
- [ "X$$v" =
=
"X3628800" ] && exit 0; \
+ [ "X$$v" = "X3628800" ] && exit 0; \
echo; \
echo " \"make ${make-target}\" succeeded, but Emacs is not functional."; \
cat Makefile | \