On Thu, 19 Jan 2006, Jeff Chua wrote:
On Wed, 18 Jan 2006, Chet Ramey wrote:
Somehow you've enabled the xpg_echo option, either by configuring
with --enable-xpg-echo-default or running `shopt -s xpg_echo'
somewhere. I suspect the former.
Yes, I did "--enable-xpg-echo-default" as I need echo
On Wed, 18 Jan 2006, Chet Ramey wrote:
Somehow you've enabled the xpg_echo option, either by configuring
with --enable-xpg-echo-default or running `shopt -s xpg_echo'
somewhere. I suspect the former.
Yes, I did "--enable-xpg-echo-default" as I need echo "ok\c" to work.
The older bash-3.00.15
GNU bash, version 3.1.5(1)-release
sh -c "echo -n ok" returns "-n ok".
This breaks a lot of scripts ... startup scripts in /etc/rc.d and many
packages like glibc "make check" that use "sh" instead of "bash" with "-n"
option.
How can I make sh -c "echo -n ok" returns "ok" instead "-n ok"?
I
Jeff Chua wrote:
>
> GNU bash, version 3.1.5(1)-release
>
> sh -c "echo -n ok" returns "-n ok".
>
> This breaks a lot of scripts ... startup scripts in /etc/rc.d and many
> packages like glibc "make check" that use "sh" instead of "bash" with
> "-n" option.
>
> How can I make sh -c "echo -n ok"
On Wednesday 18 January 2006 18:34, Jeff Chua wrote:
> GNU bash, version 3.1.5(1)-release
>
> sh -c "echo -n ok" returns "-n ok".
works correctly for me:
[EMAIL PROTECTED] 0 ~ $ sh -c "echo -n ok"
[EMAIL PROTECTED] 0 ~ $
-mike
___
Bug-bash mailing li
On Tue, Jan 17, 2006 at 05:08:35PM -0500, Chet Ramey wrote:
> Before bash-3.1/readline-5.1, key binding did not honor the setting of
> convert-meta. The current version treats a key binding exactly the way
> readline will when reading a key sequence and dispatching on it,
> converting to eight-bi