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've tried compiling with --disable-strict-posix-default but that doesn't work.


Thanks,
Jeff


_______________________________________________
Bug-bash mailing list
Bug-bash@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-bash

Reply via email to