[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI: typo fix in AT_INIT
From: |
Pavel Roskin |
Subject: |
FYI: typo fix in AT_INIT |
Date: |
Wed, 6 Jun 2001 13:55:21 -0400 (EDT) |
Hello!
It's an obvious typo in the last revision of tests/atgeneral.m4. It caused
things like /bin/sh/bin/sh in the debug* scripts.
_____________________________________
--- ChangeLog
+++ ChangeLog
@@ -1 +1,5 @@
+2001-06-06 Pavel Roskin <address@hidden>
+
+ * tests/atgeneral.m4 (AT_INIT): Remove "/bin/sh" after $SHELL.
+
2001-06-06 Akim Demaille <address@hidden>
--- tests/atgeneral.m4
+++ tests/atgeneral.m4
@@ -291,7 +291,7 @@
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+"address@hidden"}'
+ echo 'exec ${CONFIG_SHELL-'"$SHELL"'} '"$[0]"' -v -d '"$at_group"'
${1+"address@hidden"}'
echo 'exit 1'
) >debug-$at_group.sh
chmod +x debug-$at_group.sh
_____________________________________
--
Regards,
Pavel Roskin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- FYI: typo fix in AT_INIT,
Pavel Roskin <=