]> sourceware.org Git - automake.git/commitdiff
* tests/dirname.test: Don't use $SHELL when calling ./configure.
authorAlexandre Duret-Lutz <adl@gnu.org>
Thu, 21 Mar 2002 11:27:14 +0000 (11:27 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Thu, 21 Mar 2002 11:27:14 +0000 (11:27 +0000)
ChangeLog
tests/dirname.test

index 95db22e3363596f661a451a5f48db04bffc2533e..79294e1bc0c712676c4be249a6c91212ca531fd0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
+
+       * tests/dirname.test: Don't use $SHELL when calling ./configure.
+
 2002-03-21  Alexandre Duret-Lutz  <duret_g@epita.fr>
 
        * tests/dirname.test: Use --quiet to fix failure on installations
index 706a9343c8ab748d17072e70cce7128666c02307..40c445711a7cda402189ab680b92d80aba0a8de7 100755 (executable)
@@ -21,7 +21,7 @@ $AUTOCONF || exit 77
 
 # Use --quiet otherwise unwelcome messages like "loading site script"
 # would cause a failure.
-$SHELL ./configure --quiet >got || exit 1
+./configure --quiet >got || exit 1
 
 cat >wanted <<EOF
 1 /a/path/to/a/file      = /a/path/to/a
This page took 0.03189 seconds and 5 git commands to generate.