From: Bernhard Reutner-Fischer Date: Tue, 18 Apr 2006 08:44:19 +0000 (-0000) Subject: - add grep for typo s/algorithic/algorithmic/g X-Git-Tag: 1_2_0~503 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b68dbd878e1afcc819eceac51b1866a11ed1cac;p=oweals%2Fbusybox.git - add grep for typo s/algorithic/algorithmic/g --- diff --git a/testsuite/all_sourcecode.tests b/testsuite/all_sourcecode.tests index 83b4bd507..b18470c5d 100755 --- a/testsuite/all_sourcecode.tests +++ b/testsuite/all_sourcecode.tests @@ -46,6 +46,7 @@ find $srcdir/../ \ -e '\' \ -e '\' \ -e '\' \ + -e '\' \ | sed -e "s:^$srcdir/\.\./::g" > src.typos testing "Common typos" "cat src.typos" "" "" "" rm -f src.typos