(SHELL): Make sure /bin/sh is used.

This commit is contained in:
Eli Zaretskii 2000-06-15 16:10:25 +00:00
parent b1bb9f74a5
commit 261f3289cd
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
* 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.

View file

@ -2,6 +2,8 @@
# Maintenance productions for the Lisp directory
#
SHELL = /bin/sh
lisp=@srcdir@
VPATH=@srcdir@