fedora-comps/update-comps
2015-09-18 10:39:02 -06:00

12 lines
161 B
Bash
Executable File

#!/bin/sh
COMPSFILE=$1
if [ -z "$COMPSFILE" ]; then
echo "Usage: $0 <compsfile>"
exit 1
fi
LANG=C intltool-merge -x -u po/ $COMPSFILE.in $COMPSFILE