From 50b13cdedb19f4bdd6737e8d2cdb4daa4e886c92 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 27 Aug 2013 23:01:52 -0700 Subject: * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, for portability to hosts where /bin/sh has problems. --- test/ChangeLog | 5 +++++ test/automated/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/ChangeLog b/test/ChangeLog index 969bc3c4939..bbc841585d1 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2013-08-28 Paul Eggert + + * Makefile.in (SHELL): Now @SHELL@, not /bin/sh, + for portability to hosts where /bin/sh has problems. + 2013-08-21 David Engster * automated/eieio-tests.el, automated/eieio-test-persist.el: diff --git a/test/automated/Makefile.in b/test/automated/Makefile.in index d4bfcc12130..5e0ca182c65 100644 --- a/test/automated/Makefile.in +++ b/test/automated/Makefile.in @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with GNU Emacs. If not, see . -SHELL = /bin/sh +SHELL = @SHELL@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ -- cgit v1.2.1