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