extra \1 in declare -p

2015-07-20 Thread isabella parakiss
Hi, about this bug: http://lists.gnu.org/archive/html/bug-bash/2003-03/msg00093.html The fix was to add this in lib/sh/shquote.c else if (c == CTLESC || c == CTLNUL) *r++ = CTLESC; I think the fix it was applied twice, it should only check this in the prompt string, right? Now dec

Permission errors testing with /tmp/xx

2015-07-20 Thread James Chang
Hello bash community, I recently ran into an odd issue running the testsuite for bash. After running the scripts, /tmp/xx isn't deleted, and another user can't run the testsuite due to permission errors. Is it possible to specify bash not to use /tmp/xx? Thanks, James

Permission errors testing with /tmp/xx

2015-07-20 Thread James Chang
Hello bash community, I recently ran into an odd issue running the testsuite for bash. After running the scripts, /tmp/xx isn't deleted, and another user can't run the testsuite due to permission errors. Is it possible to specify bash not to use /tmp/xx? Thanks, James

Re: Permission errors testing with /tmp/xx

2015-07-20 Thread Chet Ramey
On 7/20/15 11:57 AM, James Chang wrote: > Hello bash community, > > I recently ran into an odd issue running the testsuite for bash. After > running the scripts, /tmp/xx isn't deleted, and another user can't run the > testsuite due to permission errors. Is it possible to specify bash not to > use

Re: Permission errors testing with /tmp/xx

2015-07-20 Thread James Chang
On Mon, Jul 20, 2015 at 1:55 PM, Chet Ramey wrote: > On 7/20/15 11:57 AM, James Chang wrote: > > Hello bash community, > > > > I recently ran into an odd issue running the testsuite for bash. After > > running the scripts, /tmp/xx isn't deleted, and another user can't run > the > > testsuite due