From fa560e75709e28f3e653db817e6b9b42aa1a933e Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Wed, 4 Apr 1984 00:44:05 +0000 Subject: -irrelevant typos --- bin/grephdr.sh | 4 ++-- bin/grepsrc.sh | 2 +- bin/pogen.sh | 2 +- bin/rename.sh | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bin/grephdr.sh b/bin/grephdr.sh index 203370b6c..dd9050335 100755 --- a/bin/grephdr.sh +++ b/bin/grephdr.sh @@ -1,4 +1,4 @@ #!/bin/sh -# This scipt is in the public domain. -# grepsrc.sh string --- greps for string over all java files +# This script is in the public domain. +# grepsrc.sh string --- greps for string over all header files find . -name "*.h" -print | grep -v "#" | xargs grep "$@" diff --git a/bin/grepsrc.sh b/bin/grepsrc.sh index 6b1771f1f..eb2d5e462 100755 --- a/bin/grepsrc.sh +++ b/bin/grepsrc.sh @@ -1,4 +1,4 @@ #!/bin/sh -# This scipt is in the public domain. +# This script is in the public domain. # grepsrc.sh string --- greps for string over all C files find . -name "*.c" -print | grep -v "#" | xargs grep -n "$*" 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 diff --git a/bin/rename.sh b/bin/rename.sh index 71ba5a369..bf3c767c5 100755 --- a/bin/rename.sh +++ b/bin/rename.sh @@ -1,5 +1,5 @@ #!/bin/sh -# This scipt is in the public domain. +# This script is in the public domain. for n in `find * -name "*.c"` `find * -name "*.h"` `find * -name "*.am"` `find * -name "*.conf"` `find * -name "*.conf.in"` do cat $n | sed -e "s/$1/$2/g" > $n.new -- cgit v1.2.3