[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 5.2 fails to treat a missing conditional expression as an error of s
From: |
Kerin Millar |
Subject: |
Re: 5.2 fails to treat a missing conditional expression as an error of syntax |
Date: |
Sat, 17 Jun 2023 05:23:53 +0100 |
On Fri, 16 Jun 2023 14:25:54 -0400
Chet Ramey <chet.ramey@case.edu> wrote:
> On 6/15/23 8:57 PM, Kerin Millar wrote:
> > As below.
> >
> > $ bash -c 'declare -p BASH_VERSION'
> > declare -- BASH_VERSION="5.2.15(1)-release"
> > $ bash -c '[[ ]]; echo fin'; echo $?
> > 0
>
> https://lists.gnu.org/archive/html/bug-bash/2022-10/msg00103.html
> describes the fix.1
>
> We had this same discussion back in February:
>
> https://lists.gnu.org/archive/html/bug-bash/2023-02/msg00156.html
Thanks.
>
> where I answered in more detail:
>
> https://lists.gnu.org/archive/html/bug-bash/2023-02/msg00163.html
>
> You participated.
Good heavens. This entirely slipped my mind.
--
Kerin Millar