From 261f3289cdb3efc85263ef47602539a1a82ec288 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 15 Jun 2000 16:10:25 +0000 Subject: [PATCH] (SHELL): Make sure /bin/sh is used. --- lisp/ChangeLog | 2 ++ lisp/Makefile.in | 2 ++ 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 22dae1d484..ea7456026f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2000-06-15 Eli Zaretskii + * Makefile.in (SHELL): Make sure /bin/sh is used. + * woman.el (woman-man-buffer): Fix bold and underlined CJK characters, which use series of two ^H characters instead of one. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index 0d92b90ec8..3520ea60d9 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -2,6 +2,8 @@ # Maintenance productions for the Lisp directory # +SHELL = /bin/sh + lisp=@srcdir@ VPATH=@srcdir@ -- 2.20.1