mirror of
https://git.rockylinux.org/rocky/comps.git
synced 2024-10-31 18:51:23 +00:00
4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
COMPS_FILE=$1
|
|
LANG=C intltool-merge -x -u po/ $COMPS_FILE.xml.in $COMPS_FILE.xml
|