summaryrefslogtreecommitdiff
path: root/config/extract-shell.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/extract-shell.sh')
-rwxr-xr-xconfig/extract-shell.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/extract-shell.sh b/config/extract-shell.sh
index 555c6e20..f967a4e0 100755
--- a/config/extract-shell.sh
+++ b/config/extract-shell.sh
@@ -1,4 +1,4 @@
#!/bin/sh
echo "/* DON\'T CHANGE THIS BY HAND! CHANGE THE SCRIPT THIS IS GENERATED */"
echo "/* ALWAYS ADD A CHANGELOG OR I WILL PERSONALLY KICK YOUR ASS! */"
-grep gettext | sed 's/^[^"]*\("[^"]*"\).*$/const char *foo = N_(\1);/'
+grep gettextfunc | fgrep -v 'gettextfunc ()' | sed 's/^[^"]*\("[^"]*"\).*$/const char *foo = N_(\1);/'