Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [Bug] comparisson operator `[[` not working as expected
On Thu, May 4, 2023 at 6:10 AM Paulo Diovani <paulo@xxxxxxxxxxx> wrote:
>
> Oh, sure, I know. It started on 5.9.
> I was hoping a fix could come in a `5.9.1` or something. :)
This was included in commit cb59dfb and pushed to sourceforge.
diff --git a/ChangeLog b/ChangeLog
index 0cdd632f9..5220d2e83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2022-06-21 Bart Schaefer <schaefer@xxxxxxx>
+ * 50379 (tweaked per 50380): Src/jobs.c: fix off-by-one
+ side-effect of workers/49906 that broke $(jobs -l)
+
* 50368: Src/Modules/db_gdbm.c: adjust bitflags so local copies of
variables cannot mess with database file contents
Messages sorted by:
Reverse Date,
Date,
Thread,
Author