]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Don't emit non-ASCII shell output.
authorCollin Funk <collin.funk1@gmail.com>
Wed, 29 May 2024 09:35:02 +0000 (02:35 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Wed, 29 May 2024 09:35:02 +0000 (02:35 -0700)
commit1b74469a3aaa1a4bbe94272fde87c2335afb89e1
treeade63b9c62e8b5dc3eff3ede5db3044a2f643ff0
parent001302d065dd00a90f33a296bd613c1a93b197bb
gnulib-tool.py: Don't emit non-ASCII shell output.

Reported by Bruno Haible in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-05/msg00441.html>.

* pygnulib/GLModuleSystem.py (GLModule.shell_id_chars): Use the re.ASCII
flag for the regular expression.
ChangeLog
pygnulib/GLModuleSystem.py