From: Pavel Roskin Date: Wed, 6 Jun 2001 17:54:48 +0000 (+0000) Subject: * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL. X-Git-Tag: AUTOCONF-2.50a~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07948d1678d7ebe493993c1ef3d03d72fd0ed511;p=thirdparty%2Fautoconf.git * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL. --- diff --git a/ChangeLog b/ChangeLog index 278a1cba5..9459bcfc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2001-06-06 Pavel Roskin + + * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL. + 2001-06-06 Akim Demaille * acgeneral.m4 (AC_CHECK_LIB): Fix the cache var name to work diff --git a/lib/autotest/general.m4 b/lib/autotest/general.m4 index 28e491e7c..b7675f1a3 100644 --- a/lib/autotest/general.m4 +++ b/lib/autotest/general.m4 @@ -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 diff --git a/tests/atgeneral.m4 b/tests/atgeneral.m4 index 28e491e7c..b7675f1a3 100644 --- a/tests/atgeneral.m4 +++ b/tests/atgeneral.m4 @@ -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