Changed "*.*" to "*" in files.search so it possible find files w/o extension
[findit] / tools / create_pot.sh
1 #!/bin/sh
2
3 # Script for create localization template from files in POTFILES list
4
5 xgettext -o findit.pot `sed 's/\\\\$//' POTFILES`