From 240b37084431d1311138b312a728b653f553352c Mon Sep 17 00:00:00 2001 From: aldot Date: Tue, 18 Apr 2006 08:44:19 +0000 Subject: - add grep for typo s/algorithic/algorithmic/g git-svn-id: svn://busybox.net/trunk/busybox@14908 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- testsuite/all_sourcecode.tests | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/all_sourcecode.tests') 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 -- cgit v1.2.3-55-g6feb