]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/defs.in (SHELL): Set it.
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 24 Sep 2002 08:05:58 +0000 (08:05 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 24 Sep 2002 08:05:58 +0000 (08:05 +0000)
ChangeLog
tests/defs.in

index 58056abeea709e8386dd96916a4fc789dd646c3e..c94b53fcd405d69bc6574227d16dd795a3eb743b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-09-24  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
+       * tests/defs.in (SHELL): Set it.
+
        * lib/am/distdir.am (distcleancheck): Mention `in build directory'
        in error message.
 
index 49d2d20710f7c793017dcede5ba7e93e7bd22418..747e1477941e77535f934d64439bdc5b80374230 100644 (file)
@@ -50,8 +50,8 @@ test -z "$VERBOSE" && {
    exec > /dev/null 2>&1
 }
 
+SHELL='@SHELL@'
 # User can override various tools used.
-#est -z "$SHELL" && SHELL=/bin/sh
 test -z "$PERL" && PERL='@PERL@'
 test -z "$MAKE" && MAKE=make
 test -z "$AUTOCONF" && AUTOCONF="@AUTOCONF@"