+2009-08-31 Stefano Lattarini <stefano.lattarini@gmail.com> (tiny change)
+
+ * gnulib-tool: Fix test whether $CONFIG_SHELL has a working 'echo'
+ command.
+
2009-08-31 Jim Meyering <meyering@redhat.com>
canonicalize: remove useless initialization
&& test "X$1" != "X--no-reexec" \
&& test -n "$CONFIG_SHELL" \
&& test -f "$CONFIG_SHELL" \
- && $CONFIG_SHELL -c 'echo '\t' | grep t > /dev/null'; then
+ && $CONFIG_SHELL -c "echo '\\t' | grep t > /dev/null"; then
exec $CONFIG_SHELL "$0" --no-reexec "$@"
exit 127
fi