diff options
Diffstat (limited to 'po/POTgen.sh')
-rwxr-xr-x | po/POTgen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/POTgen.sh b/po/POTgen.sh index a2b1ad31c..12890f41f 100755 --- a/po/POTgen.sh +++ b/po/POTgen.sh @@ -16,9 +16,9 @@ printf "# Generated by %s, do not edit manually\n" "$0" > po/POTFILES.in # See WARNING in manpage of GNU Coreutils sort: # LC_COLLATE override is required to preserve the order of files -# across platforms. But it can be override by LC_ALL. +# across platforms. But it can be overriden by LC_ALL. # But, LC_ALL should never be set in a sane environment. -grep "_(" src \ +grep "[^_]_(" src \ --binary-files=without-match \ --files-with-matches \ --recursive \ |