[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Read builtin -e (readline) oddities
From: |
Eduardo Bustamante |
Subject: |
Re: Read builtin -e (readline) oddities |
Date: |
Mon, 19 Jun 2017 10:02:43 -0500 |
On Mon, Jun 19, 2017 at 9:57 AM, Eduardo A. Bustamante López
<dualbus@gmail.com> wrote:
[...]
> Hm, I can still reproduce it under Debian 9, using the `devel' branch, and I'm
> sure no startup files are being sourced.
>
> dualbus@debian:~/src/gnu/bash-builds/devel$ ./bash --norc --noprofile
> bash-4.4$ declare -p command-not-found
> bash: declare: command-not-found: not found
Heh, actually:
dualbus@debian:~/src/gnu/bash-builds/devel$ ./bash --norc --noprofile
bash-4.4$ declare -fp command_not_found_handle
bash: declare: command_not_found_handle: not found
The rest is correct though.