find without path may be a GNU extension, avoid it.

This commit is contained in:
Pavel Roskin 2004-01-27 17:56:42 +00:00
parent 55095507d2
commit 0f02dfc327
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ fi
# Generate po/POTFILES.in
$XGETTEXT --keyword=_ --keyword=N_ --output=- --stringtable-output \
`find -name '*.[ch]'` | \
`find . -name '*.[ch]'` | \
sed -ne 's/^\/\* File: \([^:]*\):.*$/\1/p' | sort | \
uniq | grep -v 'regex.c' >po/POTFILES.in