[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: verbosity of DEBUG trap following edit-and-execute-command
From: |
Ami Fischman |
Subject: |
Re: verbosity of DEBUG trap following edit-and-execute-command |
Date: |
Sat, 11 Apr 2020 11:59:49 -0700 |
On Mon, Apr 6, 2020 at 6:18 AM Chet Ramey <chet.ramey@case.edu> wrote:
> I'm going to go with a variant of 2: a more general facility that only the
> `fc' builtin uses. It will be in the next devel branch push.
Thanks! Confirmed that patching trap.{h,c} and builtins/fc.def
to reproduce the diffs in those files from
http://git.savannah.gnu.org/cgit/bash.git/commit/?h=devel&id=e34adc2c3b6b8722d0316f3b26fe5346faf94dea
makes bash behave the way I was hoping.
("patching" instead of just building at HEAD b/c I'm a deb
amateur but wanted to stick as close as possible to the bash I
get normally in this environment)
Cheers,
-a