diff gnulib-tool @ 11919:6a1268d2cf2a

Fix test whether $CONFIG_SHELL has a working 'echo' command.
author Stefano Lattarini <stefano.lattarini@gmail.com>
date Mon, 31 Aug 2009 23:01:55 +0200
parents 351c1d4b1ca6
children d42b3b6f11d3
line wrap: on
line diff
--- a/gnulib-tool	Mon Aug 31 16:32:40 2009 +0200
+++ b/gnulib-tool	Mon Aug 31 23:01:55 2009 +0200
@@ -703,7 +703,7 @@
    && 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