1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-13 13:41:01 +02:00

unposted: fix wrong name of changed file in earlier commit

This commit is contained in:
Bart Schaefer 2021-09-08 15:31:24 -07:00
parent 2b81d4be32
commit b29da69fb8

View file

@ -45,7 +45,7 @@
* 48888: Doc/Zsh/mod_system.yo, Doc/Zsh/params.yo, Test/E03posix.ztst:
improve doc for $$ and $PPID, add fail test for PPID readonly-ness
* 48832: Completion/Unix/Type/_urls: try _gnu_generic first
* 48832: Completion/Unix/Command/_curl: try _gnu_generic first
2021-09-04 Oliver Kiddle <opk@zsh.org>