(SHELL): Make sure /bin/sh is used.
This commit is contained in:
parent
b1bb9f74a5
commit
261f3289cd
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
# Maintenance productions for the Lisp directory
|
||||
#
|
||||
|
||||
SHELL = /bin/sh
|
||||
|
||||
lisp=@srcdir@
|
||||
VPATH=@srcdir@
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue