mirror of
https://git.rockylinux.org/rocky/comps.git
synced 2024-11-21 20:51:24 +00:00
4 lines
94 B
Plaintext
4 lines
94 B
Plaintext
|
#!/bin/bash
|
||
|
$COMPS_FILE=$1
|
||
|
LANG=C intltool-merge -x -u po/ $COMPS_FILE.xml.in $COMPS_FILE.xml
|