diff options
author | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 1984-04-04 00:44:05 +0000 |
---|---|---|
committer | psyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet> | 1984-04-04 00:44:05 +0000 |
commit | fa560e75709e28f3e653db817e6b9b42aa1a933e (patch) | |
tree | 7904e4c517d3ed66575b0d980f2df8426312b62d /bin/pogen.sh | |
parent | e73402fc3a6f233b48330435f61ccd93722ac0e5 (diff) |
-irrelevant typos
Diffstat (limited to 'bin/pogen.sh')
-rwxr-xr-x | bin/pogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pogen.sh b/bin/pogen.sh index e0b664ce6..453e0b1d8 100755 --- a/bin/pogen.sh +++ b/bin/pogen.sh @@ -1,5 +1,5 @@ #!/bin/sh -# This scipt is in the public domain. +# This script is in the public domain. find src -name "*.c" | grep -v \# | grep -v /test_ | grep -v /perf_ | grep -v _old | grep -v chat | grep -v .libs/ | sort > po/POTFILES.in grep -l _\( `find src -name "*.h"` | grep -v "platform.h" | grep -v _old | grep -v chat | sort >> po/POTFILES.in |