Re: savannah.gnu.org bug tracker unused?

2013-12-04 Thread Linda Walsh
On 11/28/2013 10:00 AM, Chet Ramey wrote: It's true. I rarely look there. bug-bash is the preferred conduit for bug reports. > https://savannah.gnu.org/support/index.php?108163 > probably invalid, pasting giant buffers into bash loses characters > because of lack of pseudo tty flow control,

Re: shell-init: error retrieving current directory: getcwd: cannot access parent directories: Permission denied

2013-12-04 Thread allan . peda
On Thursday, July 17, 2008 11:42:57 PM UTC-4, Chet Ramey wrote: > LynnOS wrote: > > Thanks ,but after I export PWD,the problem doesn't go > > As I explained previously, this is not a bash problem. This is a > problem with file permissions in the current working directory. > > > Chet > -- > ``T

Bash fails to build with -Werror=format-security

2013-12-04 Thread Ondrej Oprala
Hi, this patch fixes a minor issue of bash not building if compiled with -Werror=format-security Thanks, Ondrej diff -up bash-4.2/print_cmd.c-orig bash-4.2/print_cmd.c --- bash-4.2/print_cmd.c-orig 2013-12-04 13:04:35.0 +0100 +++ bash-4.2/print_cmd.c 2013-12-04 13:05:35.0 +0100 @@