mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 01:13:24 +00:00
pdb: Port echo use on groups.pl generation to Python
This commit is contained in:
parent
aa94975003
commit
7ba10e73d9
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ groups_pl_content += ');\n'
|
|||
groups_pl = custom_target('groups.pl',
|
||||
input : [ ],
|
||||
output: [ 'groups.pl', ],
|
||||
command: [ 'echo', groups_pl_content, ],
|
||||
command: [ python, '-c', 'import sys; sys.stdout.write(sys.argv[1])', groups_pl_content ],
|
||||
capture: true,
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue