]> Savannah Git Hosting - gnulib.git/commit
gnulib-tool.py: Fix incorrect assignment operator.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 19 Mar 2024 19:25:37 +0000 (12:25 -0700)
committerBruno Haible <bruno@clisp.org>
Tue, 19 Mar 2024 23:42:58 +0000 (00:42 +0100)
commitec24c2475b8415ba1e34b3df65aacf8df8fcc0a2
tree3b4604afa5631962b1b45a7f211814371ecfb332
parent948b591d1ce95ce11adb27313611893c148493d1
gnulib-tool.py: Fix incorrect assignment operator.

* pygnulib/GLImport.py (GLImport.actioncmd): Use '+=' instead of '=' to
append the string to the actioncmd instead of overwriting it.
ChangeLog
pygnulib/GLImport.py