view po/update-potfiles.sh @ 1663:98c893ce663f

fix a compiler warning
author mf0102 <0102@gmx.at>
date Fri, 07 Sep 2007 23:51:25 +0200
parents bee9eaedefa5
children 612d25be0fbd
line wrap: on
line source

#!/bin/bash
rm POTFILES*
cd ..
find src/ \( -name "*.c*" -o -name "*.glade" \) -exec grep -lE "translatable|_\(" \{\} \; | sort | uniq > po/POTFILES.in