Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

[PATCH] remove U+2069 Pop Directional Isolate from ChangeLog



Accidentally, the U+2069 Pop Directional Isolate invisible character was
introduced in the ChangeLog file in commit 34eae7349.

This fixes the following `rpminspect` warning on Fedora and CentOS Stream:

```
$ rpminspect-fedora -T unicode zsh-5.9-15.fc41.src.rpm
...
unicode:
--------
1) A forbidden code point, 0x2069, was found in the zsh-5.9/ChangeLog source file on line 1785 at
column 48.  This source file is used by zsh.spec.

Result: BAD
Waiver Authorization: Security
...
```
---
 ChangeLog | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 334430002..e8aa645fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3725,7 +3725,7 @@ x2024-02-19  Jun-ichi Takimoto  <takimoto-j@xxxxxxxxxxxxxxxxx>
 
 	* 47731 (+unposted): Functions/Misc/run-help-btrfs,
 	Doc/Zsh/contrib.yo: add run-help assistant for btrfs command.
-	(based on the patch by Samir Benmendil in 43947⁩)
+	(based on the patch by Samir Benmendil in 43947)
 
 	* Samir Benmendil: 43946: Functions/Misc/run-help-sudo: call
 	run-help (instead of man) for the command given to sudo
-- 
2.47.0





Messages sorted by: Reverse Date, Date, Thread, Author