diff options
Diffstat (limited to 'gprof')
-rw-r--r-- | gprof/.Sanitize | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/.Sanitize b/gprof/.Sanitize index 65e3ffa..e8c2959 100644 --- a/gprof/.Sanitize +++ b/gprof/.Sanitize @@ -118,6 +118,6 @@ if [ -n "${safe}" -a ! -f po/.Recover/gprof.pot ]; then mv po/gprof.pot po/.Recover fi # If this fails, Sanitization must fail. -xgettext -c -k _ -k N_ -f po/POTFILES.in -o po/gprof.pot || exit 1 +xgettext -c -k_ -kN_ -f po/POTFILES.in -o po/gprof.pot || exit 1 # eof |