]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
authorPavel Roskin <proski@gnu.org>
Wed, 6 Jun 2001 17:54:48 +0000 (17:54 +0000)
committerPavel Roskin <proski@gnu.org>
Wed, 6 Jun 2001 17:54:48 +0000 (17:54 +0000)
ChangeLog
lib/autotest/general.m4
tests/atgeneral.m4

index 278a1cba56fbdbdc8a76f25153e2d9af6ae618dd..9459bcfc30a16b5c7a8c88a8a14f7e667d725834 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-06  Pavel Roskin  <proski@gnu.org>
+
+       * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
+
 2001-06-06  Akim Demaille  <akim@epita.fr>
 
        * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work
index 28e491e7c64a9fd15da2701f3f4ef674a8465f23..b7675f1a348b3a90473d4389f1d7d98fa55d0920 100644 (file)
@@ -291,7 +291,7 @@ elif test $at_debug = false; then
   for at_group in $at_fail_list; do
     echo $at_n " $at_group$at_c"
     ( echo "#! /bin/sh"
-      echo 'exec ${CONFIG_SHELL-'"$SHELL"'/bin/sh} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
+      echo 'exec ${CONFIG_SHELL-'"$SHELL"'} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
       echo 'exit 1'
     ) >debug-$at_group.sh
     chmod +x debug-$at_group.sh
index 28e491e7c64a9fd15da2701f3f4ef674a8465f23..b7675f1a348b3a90473d4389f1d7d98fa55d0920 100644 (file)
@@ -291,7 +291,7 @@ elif test $at_debug = false; then
   for at_group in $at_fail_list; do
     echo $at_n " $at_group$at_c"
     ( echo "#! /bin/sh"
-      echo 'exec ${CONFIG_SHELL-'"$SHELL"'/bin/sh} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
+      echo 'exec ${CONFIG_SHELL-'"$SHELL"'} '"$[0]"' -v -d '"$at_group"' ${1+"$[@]"}'
       echo 'exit 1'
     ) >debug-$at_group.sh
     chmod +x debug-$at_group.sh