Re: inconsistent readonly error behavior

2020-12-21 Thread Oğuz
On Tue, Dec 22, 2020 at 7:28 AM Travis Everett wrote: > Configuration Information [Automatically generated, do not change]: > Machine: x86_64OS: darwin17.7.0 > Compiler: clang > Compilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-security > uname output: Darwin ecf1160e 19.6.0 Darwin Kernel V

inconsistent readonly error behavior

2020-12-21 Thread Travis Everett
Configuration Information [Automatically generated, do not change]: Machine: x86_64OS: darwin17.7.0 Compiler: clang Compilation CFLAGS: -g -O2 -Wno-parentheses -Wno-format-security uname output: Darwin ecf1160e 19.6.0 Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1

Re: Manual still incorrectly mentions PROMPT_COMMANDS

2020-12-21 Thread Chet Ramey
On 12/20/20 8:39 PM, Eli Schwartz wrote: From CWRU/changelog: 3/23 eval.c - execute_prompt_command: if an array variable PROMPT_COMMANDS exists, prefer it to PROMPT_COMMAND and execute all of the commands contained as array elements in index order. doc/{bash.1,bashref.texi} - PROMPT_CO