* tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.

This commit is contained in:
Pavel Roskin 2001-06-06 17:54:48 +00:00
parent cb1bba338d
commit 07948d1678
3 changed files with 6 additions and 2 deletions

View File

@ -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

View 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

View 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