Re: Bash fails to build with -Werror=format-security

2013-12-05 Thread Chet Ramey
> Hi, this patch fixes a minor issue of bash not building if compiled with > -Werror=format-security Thanks for the report. This was changed in the development sources in mid- February 2012. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita

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 @@