On Mon, Jun 19, 2017 at 9:57 AM, Eduardo A. Bustamante López <dual...@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.