Re: Suggestion/question

2021-06-03 Thread Chet Ramey
On 6/2/21 6:46 PM, Eli Schwartz wrote: The earliest available snapshot in bash's git repo is bash-1.14.7.tar.gz, at which point ~/.bashrc was already used. This is in 1994. Someone else might know if it was in use between 1989 and 1994. The current startup file scheme has been in place since t

Re: [patch #10070] toggle invert flag when reading `!'

2021-06-03 Thread Martijn Dekker
Op 24-05-21 om 17:47 schreef Chet Ramey: On 5/22/21 2:45 PM, Vincent Menegaux wrote: Previously, these commands:    [[ ! 1 -eq 1 ]]; echo $?    [[ ! ! 1 -eq 1 ]]; echo $? would both result in `1', since parsing `!' set CMD_INVERT_RETURN instead of toggling it. Interestingly, ksh93 produces t