Christoph Jeksa wrote:
> From: [EMAIL PROTECTED]
> To: bug-bash@gnu.org
> Subject: Builtin command echo does not work properly.
>
> Configuration Information [Automatically generated, do not change]:
> Machine: i686
> OS: cygwin
> Compiler: gcc
> Compilation C
Christoph Jeksa wrote:
> Description:
> The builtin command echo [-neE] [arg ...] does not work properly
>
> Repeat-By:
> Enter:
> echo -E "\ttext"
> Expected result:
> \ttext
> Result:
> -E text
>
> Fix:
> Use /usr/bin/echo to
>
> Description:
> The builtin command echo [-neE] [arg ...] does not work properly
>
> Repeat-By:
> Enter:
> echo -E "\ttext"
> Expected result:
> \ttext
> Result:
> -E text
Not a bug. POSIX requires that echo prints everything witho
From: [EMAIL PROTECTED]
To: bug-bash@gnu.org
Subject: Builtin command echo does not work properly.
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: cygwin
Compiler: gcc
Compilation CFLAGS: -DPROGRAM='bash.exe' -DCONF_HOSTTYPE='i686'
-