fedora-comps/update-comps

12 lines
161 B
Plaintext
Raw Permalink Normal View History

2006-02-26 20:30:25 +00:00
#!/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