]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/atgeneral.m4 (AT_INIT): Use ${CONFIG_SHELL-/bin/sh}
authorPavel Roskin <proski@gnu.org>
Sat, 2 Dec 2000 00:46:57 +0000 (00:46 +0000)
committerPavel Roskin <proski@gnu.org>
Sat, 2 Dec 2000 00:46:57 +0000 (00:46 +0000)
to run the testsuite from the debug scripts.
Suggested by Alexandre Oliva.

ChangeLog
lib/autotest/general.m4
tests/atgeneral.m4

index e153ab06b4b92b46b3cad0178cd3d63a26349b9c..894f61d8787ad49a2088db033f629d4330b02fee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-12-01  Pavel Roskin  <proski@gnu.org>
+
+       * tests/atgeneral.m4 (AT_INIT): Use ${CONFIG_SHELL-/bin/sh}
+       to run the testsuite from the debug scripts.
+       Suggested by Alexandre Oliva.
+
 2000-11-30  Akim Demaille  <akim@epita.fr>
 
        * doc/autoconf.texi (Assignments): Don't read $? after an
index 37b6d2ca3e47e61fde7150d3734b6bea3ff273b2..76d8052baca52abfecca368ff4a86c30c8d4b83c 100644 (file)
@@ -265,7 +265,7 @@ elif test $at_debug = false; then
   for at_group in $at_failed_list; do
     echo $at_n " $at_group$at_c"
     ( echo "#! /bin/sh"
-      echo 'exec '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
+      echo 'exec ${CONFIG_SHELL-/bin/sh} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
       echo 'exit 1'
     ) >debug-$at_group.sh
     chmod +x debug-$at_group.sh
index 37b6d2ca3e47e61fde7150d3734b6bea3ff273b2..76d8052baca52abfecca368ff4a86c30c8d4b83c 100644 (file)
@@ -265,7 +265,7 @@ elif test $at_debug = false; then
   for at_group in $at_failed_list; do
     echo $at_n " $at_group$at_c"
     ( echo "#! /bin/sh"
-      echo 'exec '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
+      echo 'exec ${CONFIG_SHELL-/bin/sh} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
       echo 'exit 1'
     ) >debug-$at_group.sh
     chmod +x debug-$at_group.sh